Top Banner Issues

Posted in: Newspaper
Post count: 5

How can I fix my header?

I would like to make the logo a bit bigger and add some white space above my ad. My banner add size is a static 600px wide X 269px tall. I also need to drop the menu down.

Post count: 5

This is the URL to the site: http://southbostontod.staging.wpengine.com/

I have tried all of the other menu types but I like this layout the best im sure I just need some custom CSS.

Post count: 22421

Hello,

You can increase the logo using this code:
.td-header-style-1 .td-header-sp-logo img{
max-height: 125px!important;
}

As for the ad, you did not implement it correctly. Please use this guide:
https://forum.tagdiv.com/using-other-ads-non-adsense-ads/ and wrap the code in the proper div’s provided.

Thank you!

Post count: 5

I put it in the DIV but it seems to have gotten worse, also the logo didnt really get bigger?

Post count: 20688

Hi,

Please note that there are logo requirements, depending on header style used
https://forum.tagdiv.com/logo-favicon/
An exception are header styles 9, 10 and 11 there is no limitation there. Using logo sizes as mentioned will produce the best results.
Also with the header style you are using the ad size would be 728×90 for best results, that is the allocated space for the header ad. The ad you are using is much larger
https://www.screencast.com/t/bXFuhDnorR
I could give you a code to increase the minimum size according to your header ad, the result is here
https://www.screencast.com/t/8TIXdoc9

.td-header-style-1 .td-header-rec-wrap {
min-height: 269px;
}

Thanks

Post count: 3

I want to ask a follow-up question RE header styles 9-19-11: when uploading larger image files, the logo itself does not seem to resize. Is there something else which must be done?

Thanks

Post count: 20688

Hi,


@KEllc-Admin
The logo should resize, check this theme demo which uses a large logo with header style 10
https://demo.tagdiv.com/newspaper_cars/
Try to resize the window, the logo will resize accordingly.

Thanks

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