I guess I’m not sure what it’s called but there is space between the header the content and I cant seem to find it. When I adjusted it from Page it made my info look weird or the big grid it just made it shorter. But I can’t seem to shrink the white space above it, and below the Header.
Hi,
If you mean the padding on the page wrap – https://www.screencast.com/t/f6glx01Y you could modify it using some custom css like this, just enter it in Theme panel->Custom Css. Here is a guide about the browser inspector tool to help you identify the elements on the page and their classes in order to create custom code – https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
.home .td-main-page-wrap {
padding-top: 24px;
}
If this not working for you or it is not what you meant, please provide a link to your website so I can give you a more accurate solution.
Thanks
-
This reply was modified 9 years by
Simion C..
That is the area I’m talking about.
http://circleofmamas.com/
I tried putting in the custom css but nothing changed.
Thank you!
Hi,
It seems you have a header ad placed – https://www.screencast.com/t/fSkPZTy2V that is not displaying. Please check if you have any code inserted in Theme panel->Ads in the header ad section – https://www.screencast.com/t/DxAXn0Maq and remove it, or make sure it is valid and implemented correctly. More information here – https://forum.tagdiv.com/header-ads-adsense/ and here – https://forum.tagdiv.com/using-other-ads-non-adsense-ads/
Thanks
Ok that was it! I took it out, thank you.
One thing though that happened when I took it out was the content then was butted up to the menu. Like no space between menu and articles. What I did to fix it was in the page editor area I just put a space over the code. A blank line.is that normal?
Thanks