Positioning of header Ad

Posted in: Newspaper
Post count: 6

Please check on my blog : http://www.techsportz.com. The header ad is not coming properly. Any solution ?

Post count: 854

hi,
have you modify some of the file from the theme?
you can use this css to increase the size of the header:

‘.td-header-bg {
height: 113px;
}’

in the theme panel -> custom css: http://screencast.com/t/YvMvAUHSOL

Thanks for you message.
Radu A.

Post count: 6

Dear Radu, This solution is not working. Anything else ?

Post count: 6

And I’ve not modified any file from the theme. Please check the website header and let me know if anything can be done to fit the ad bar properly. What’s the ideal size of ad to be placed here ?

Post count: 6600

Hi,

Please add the !important like this:

.td-header-bg {
height: 113px !important;
} 

It should work, I have tested it on your site.

Thanks

Post count: 6

yes.. it has worked.. thanks !

Post count: 6

Can i Centralize (vertical alignment) only the logo, so that it fits properly in the space available ?

Post count: 6600

Hi,

I have tested vertical alignment to your logo on your site and semms that it’s not working. You can use each one of this two methods to move the logo down:

.header-logo-wrap img {
position: relative;
top: 25px;
}

or

.header-logo-wrap {
margin-top: 44px;
}

Thanks

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