Top Margin on Static Front Page
The top margin of content on normal pages lines up perfectly with the top of the sidebar. However the page I chose for the static front page has a larger gap in the top margin. How do I get rid of that so it lines up like a normal page. See attached. Thanks
Attachments: You must be
logged in to view attached files.
Hi @sfe ,
I hope you are well today and thank you for your question.
Could you please share me your site URL where it’s displaying so that i can help you to remove it?
Best regards, Shufflehound team
You can remove that margin 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
.home #wrapper .content-container.sh-page-layout-default {
padding-top: 30px;
}
.home #content .maxcollection.maxcollection-2,
.home #content .maxcollection.maxcollection-1 {
display: none;
}
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