Hi – I am pretty new to WordPress, and I have probably an easy question for most of you.
I am starting with the Sports demo and just removing and adding things to build my site. I added a Header ad just above the news ticker, but I cannot figure out how to remove the large amount of extra white space above it, and below the menu. I havent made any layout changes yet with visual composer. Thanks in advance!
Hi insidestl,
You can try the code below in Theme panel->Custom Css area like this: http://screencast.com/t/HCqdvYMHLP9
.td-header-style-6 .td-a-rec-id-header > div {
margin-top: 10px!important;
}
The result should see here: http://screencast.com/t/yomylI9k
Hope this helps and let us know how it goes!
Thanks!
This site is not live, so the only way you can get to it is editing the hosts file on the pc.
67.227.192.78 insidestl.com http://www.insidestl.com
Hi insidestl,
I assumed that you are using header_style_6 in your website and i gave you the code for this header style, sorry. Please try the same code and replace with the number of style used.
.td-header-style-X .td-a-rec-id-header > div {
margin-top: 10px!important;
}
Where X is the number of style used.
Hope this helps and let us know how it goes!
Thanks!
