Home › Forums › Jevelin Theme › Gap between slider and top nav
Home › Forums › Jevelin Theme › Gap between slider and top nav
Hey
There’s a gap between the slider and top nav in our website: https://agsurveying.co.uk/
In particular, the gap is inconsistent in size between pages. The recent blog page I created has a larger gap between slider and nav than the other pages do.
I’d like to remove the gap completely.
Thanks
Hi @Thabit2017,
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
Hey
Thanks for the reply.
I have added this code in conjunction with another that I had already pasted:
#page-container .header-logo img {
max-height: 100px;
}
#wrapper > .content-container.sh-page-layout-default {
padding-top: 0;
}
Unfortunately the gap still exists on all pages other than the homepage.
Amy
That gap is displayed by the padding added to section element which you can remove as described in the following topic.
https://support.shufflehound.com/forums/topic/portfolio-and-menu/#post-30790