Home › Forums › Gillion Theme › Top Margin on Static Front Page
Home › Forums › Gillion Theme › 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
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; }