Removing ads field in header

Posted in: Newspaper
Post count: 4

I am using Style 3 – Boxed dark menu, in my header. Most of the area for the logo seems to be reserved for ads. How can i remove the ads area so the logo gets placed in the middle?
http://puu.sh/ndP2p/a0aecdaef4.png

Post count: 4

Apparently i cant edit post above. Fixed link http://puu.sh/ndP2p.png

Post count: 22421

Hi,

This can be done only by altering the theme files. You need to remove the code for the ad place in teh header style 3 file: http://screencast.com/t/MZ0vGILsmG and then use this css for the logo positioning:
.td-header-style-3 .td-header-sp-logo{
margin-left: auto;
margin-right: auto;
float: none!important;
}

result: http://screencast.com/t/MjMAIP1k

Thanks

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.