Spacing

Posted in: Newspaper
Post count: 23

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!

Post count: 23312

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!

Post count: 23

I copied and pasted the red text above and it is still showing up the same as it was before. Not sure if it matters, but the ad I placed is a large leaderboard (970×70) — I would attach a screenshot, but not sure how to on this forum.

Post count: 23312

Hi insidestl,

Please provide your URL website so can i inspect it closer.

Thanks!

Post count: 23

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

Post count: 23312

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!

Post count: 23

Thanks for the response, but header style 6 is what I am using….

Post count: 23

It’s fixed. The ad’s html had a custom style attribute that overrode the custom css in wordpress. Thanks for the help.

Viewing 8 posts - 1 through 8 (of 8 total)
You must be logged in to reply to this topic.