I’m ashamed to say that I’ve been trouble shooting this problem for much longer than it should have taken to resolve it. So, there is something that I must be missing.
I’m attempting to set the padding to 0 from the following target:
site-content > .col-full {
padding-top: 5.236em
As you can see in the screen-shot this is the culprit that’s creating a gap between my Magnesium Oil Extra Home Page and the Nav.
https://s25.postimg.org/4l2nz4b73/Stoerfront_Homepage_Padding_Problem.png
I’ve tried it every which way, adding specificity by including the Page Id as well as the Media Query as illustrated in the following style.
@media screen and (min-width: 768px) {
body.page-id-109 .site-content > .col-full {
padding-top: 0 !important; }
}
So, I’m stumped… can anyone see what it is that I’m missing?
Thanks
PS I’m new around here and am wondering what’s the best way to insert hosted images here on Sitepoint Forums? Should I use a: Direct link, Markdown or a Thumbnail for forums?