My site http://www.tatefencing.co.uk has a white gap underneath the title bar (above the layerslider) but only on the home page with a layer slider. ive tried all the margin setting suggested on here I cant figure it out.
if I inspect the site in google it seems that its being caused by
<div class=”term-description”></div>
if I delete this div or set the height to 0px in googles inspect the gap goes away?
any help?
Edit —–
Sorry I don’t know how to delete the thread ive now solved the issue with
.page-id-11 .term-description {
margin-bottom: 0;
}
seems it added a margin at the bottom on this page only?