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.
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!
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
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
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