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
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