By Leo Nobles III on Thursday, 21 June 2018
Posted in General
Likes 0
Views 603
Votes 0
Im trying to make home page that was created by sp-page builder to be fluid (full width) and other pages to remain default.

Code was applied in Custom CSS in page template
backend page link: https://thebullyplanet.com/administrator/index.php?option=com_templates&view=style&layout=edit&id=31

Code: body.com-sppagebuilder .office-container__content-menu {
display: none !important;
}

Every-time I do a upgrade in office template the code done work anymore.

Note: When I inquired about making another page fluid (full width)
I was told they noticed this page: https://www.thebullyplanet.com/bullyfind , do not have `com-sppagebuilder` attached on body class. This is why, the css code above doesn't work.

Would this be a solution I could use for home page, if yes could you make change and show me how to do it please?

link: https://www.thebullyplanet.com/
Hi there,

I was told they noticed this page: https://www.thebullyplanet.com/bullyfind , do not have `com-sppagebuilder` attached on body class. This is why, the css code above doesn't work.

Currently that why it does not works on your end as it does not detected those class to be referred and those css will not be used currently. It would be best if you can consult with pagebuilder regarding this and see how it goes.

Would this be a solution I could use for home page, if yes could you make change and show me how to do it please?

For you homepage, you can use css codes below at your custom.css files and see how it goes.

[gist type="css"]
.office-container__content-component-wrapper {
max-width: 100%;
}
[/gist]
·
Thursday, 21 June 2018 10:23
·
0 Likes
·
0 Votes
·
0 Comments
·
I appreciate your help.
·
Thursday, 21 June 2018 13:16
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

Just for your information, I have locked and marked this thread as resolved to avoid confusions in the future. Please start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiries.

Thanks for understanding
·
Thursday, 21 June 2018 13:26
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post