By Leo Nobles III on Wednesday, 24 January 2018
Posted in General
Likes 0
Views 452
Votes 0
I plan to create pages with SP Page builder to make fluid and boxed layout.

What do I need to do to prevent the right position from showing on those pages?
Hey Leo,

Hm, when I tried to access your site, it seems to be throwing this error, http://take.ms/ySkez . Is the disk space full?
·
Wednesday, 24 January 2018 17:03
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello website is back up..

Pease login and click About Us
·
Friday, 26 January 2018 10:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

I have applied css codes below and it should hide those items on your right. Please give it a cehck and see how it goes.

[gist type="css"]
.office-container__right {
display: none !important;
}
[/gist]
·
Friday, 26 January 2018 11:47
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

The ccs code you’ve applied worked..

Could the code only be applied to seclected pages.

My goal was for the community pages to continue to have 3 sections and new pages like our About us to be full.

Could you please adjust ccs code?
·
Friday, 26 January 2018 22:04
·
0 Likes
·
0 Votes
·
0 Comments
·
I have added the following block of css codes into the custom css,

[gist]
body.com-sppagebuilder .office-container__right {
display: none !important;
}
[/gist]

This would only hide the right column on page builder's pages.
·
Friday, 26 January 2018 23:14
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks

Good looking out bro?
·
Monday, 29 January 2018 16:46
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

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

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Monday, 29 January 2018 16:48
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post