Home › Forums › Basel support forum › Site won't do anything but full width
Site won't do anything but full width
- This topic has 16 replies, 3 voices, and was last updated 5 years, 6 months ago by
Eric Watson.
-
AuthorPosts
-
August 23, 2019 at 1:16 pm #140083
kyledparsons30ParticipantHi there,
My site is reverting to full width for every section on every page – in Theme Settings > General Layout > Site Width has no effect.
Also, if I try to do custom CSS and make a row max width it works however it’s sticking to the left and I won’t seem to respond to any margin commands.
Here’s a page as an example, I’d like to set a max width of around 1000px or whatever default is.
Thanks,
August 23, 2019 at 1:53 pm #140091
kyledparsons30ParticipantUpdate: ok so it’s actually working but not on the page template I’m using which is “Slider Revolution Blank Template”.
How do I get the margins to set to “default” using this page template?
If there’s no way to do that, how can I hide the header/footer on a certain page?
Thanks,
August 24, 2019 at 8:15 am #140164
Elise NoromitMemberHello,
Try to make the rows and sections full-width in the row/section settings https://wpbakery.com/video-academy/full-width-row/
If it does not solve the problem, provide your site admin access, page URL with the problem.
Best Regards
August 24, 2019 at 1:12 pm #140192
kyledparsons30ParticipantHi Elise,
I don’t think you understand, I DO NOT want the rows to be full width.
Thanks,
August 24, 2019 at 7:40 pm #140219
Elise NoromitMemberHello,
If you do not rows to be full-width, set the “Default” in the row settings. Check the layout which you have set for the site in the Theme Settings > General. Make sure you have not set the full-width for the site.
Best Regards
August 24, 2019 at 7:43 pm #140221
kyledparsons30ParticipantHi Elise,
I’ve already done this, however the page template “Slider Revolution Blank Template” isn’t effected.
What CSS can I use to set a max width for a row and make it float in the center?
Thanks
August 24, 2019 at 7:44 pm #140222
Elise NoromitMemberHello,
Chose the default template for the pages. Check the issue and provide your site admin access as well as the page URL with the problem. I will check and suggest.
Best Regards
August 24, 2019 at 7:46 pm #140223
kyledparsons30ParticipantHi Elise,
I can’t use the default because I need to hide the headers/footers for this particular page and that is the only template that does so.
Is there a way to hide the headers/footers using the “default” template.
August 24, 2019 at 8:36 pm #140230
Elise NoromitMemberHello,
Yes, you can hide the header and footer for one page with custom CSS added to the Page settings. https://prnt.sc/ox2co5
Create your page with the default template and provides its URL I will provide CSS.
Best Regards
August 24, 2019 at 10:14 pm #140233
kyledparsons30ParticipantThanks, here is the page in question:
August 25, 2019 at 8:42 am #140249
Elise NoromitMemberHello,
I am checking the pages and see that they do not have header and footer now. Please clarify.
Best Regards
August 25, 2019 at 5:14 pm #140276
kyledparsons30ParticipantHi Elise,
Sorry for the confusion, please check again and you will now see footers and headers.
Thank you,
August 25, 2019 at 8:24 pm #140286
Elise NoromitMemberHello,
Please add this code to the Page Settings as shown on the screen above:
body .basel-header-overlap .main-header:not(.header-split) { display: none; } body .footer-container { display: none; }
Best Regards
August 26, 2019 at 11:04 am #140385
kyledparsons30ParticipantHi Elise,
Thanks for the code, it worked for the FOOTER but not the HEADER, please see below:
August 26, 2019 at 8:39 pm #140504
Elise NoromitMemberHello,
Please replace the code for the header in the Theme Settings > Custom CSS > Global:
.basel-header-overlap .main-header:not(.header-split) { display: none; }
Best Regards
August 26, 2019 at 11:17 pm #140520
kyledparsons30ParticipantHi Elise,
That worked, thank you.
August 27, 2019 at 6:42 am #140549
Eric WatsonParticipantYou are welcome!
-
AuthorPosts
- You must be logged in to create new topics. Login / Register