Please check on my blog : http://www.techsportz.com. The header ad is not coming properly. Any solution ?
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.
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 ?
Can i Centralize (vertical alignment) only the logo, so that it fits properly in the space available ?
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