Hello,
my site http://www.jameswebbphotography.com has an excessive white space below the header and above the content on all pages except the main page. I tried entering the following code into the CCS, but the white space is still present. What can I do to remove this from bot desktop and mobile?
.home #wrapper > .sh-page-layout-default { padding-top: 0; } .home .fw-page-builder-content > section.sh-section { padding-top: 0; }
Thank you in advance!
Attachments: You must be
logged in to view attached files.
You can change the padding / margin in the section settings (visual builder) if I am not mistaken.
Hi @jtrain75 ,
I hope you are well today and thank you for your question.
You can remove it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
#wrapper > .content-container.sh-page-layout-default {
padding-top: 0;
}
Best regards, Shufflehound team
Popular choice Professional Developers At Your Fingertips! If you need services beyond standard support, we've got your back!
Let's get started
Services we offer: Graphic work / visualizations Full WordPress development and design
We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies.Got it