Advice For Layout/structure - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

Advice For Layout/structure

Laurent

Laurent

SP Page Builder 1 week ago

Hi,

I want to create a specific layout/structure but I need your advice. I already have done a test here https://prnt.sc/tyLNHi1Oap75 But how to make the red section in full width?

Thanks L

0
8 Answers
Atick Eashrak Shuvo
Atick Eashrak Shuvo
Accepted Answer
Support Agent 1 week ago #206126

Hello Laurent,

Sorry for the inconvenience you're experiencing. I've added some custom CSS to your site under Template Options -> Custom Code -> Custom CSS. The code is:

#sp-footer .sppb-row-container{
    max-width: 100% !important;
    padding-left: 0px;
    padding-right: 0px;
}

Hope this helps!

Best regards

0
Laurent
Laurent
Accepted Answer
1 week ago #206129

Yes I see thanks But this could not be achieved directly from SPPB instead of custom css?

0
Atick Eashrak Shuvo
Atick Eashrak Shuvo
Accepted Answer
Support Agent 1 week ago #206116

Hello Laurent,

Thank you for bringing this to our attention. I'm sorry for the inconvenience you're experiencing.

To help resolve this, would you be willing to grant me temporary administrative access to your site? This will allow me to investigate the layout/structure issue directly.

Before providing access, I highly recommend creating a full backup of your site to ensure your data is secure.

Looking forward to your response.

Best regards

0
Laurent
Laurent
Accepted Answer
1 week ago #206122

ok done see Hidden Content area

0
Atick Eashrak Shuvo
Atick Eashrak Shuvo
Accepted Answer
Support Agent 1 week ago #206133

Hello Laurent,

Sorry for the inconvenience you're experiencing.

Yes, it's possible to adjust the SP Page Builder settings to achieve your desired form layout. However, please be aware that changing the width settings within SP Page Builder (as shown here: prnt.sc/KN6qYLc8kXB8) will affect all pages created with SP Page Builder.

Best regards

0
Laurent
Laurent
Accepted Answer
1 week ago #206140

So better to do with css to do the layout needed?

0
Atick Eashrak Shuvo
Atick Eashrak Shuvo
Accepted Answer
Support Agent 1 week ago #206166

As you wanted only for one section, it is better to do with css

0
Laurent
Laurent
Accepted Answer
1 week ago #206183

ok thanks

0