Remove header ad, make logo full width

Posted in: Newspaper
Post count: 85

Hello! Just working through switching to Newspaper from another theme. Have one question up front:

I would like to remove the header ad, and have the logo be full width between the top bar and the menu bar. Basically, use Style 3 with no ad. I set the header ad to not display under Ads, but of course the hole is still there and the logo is still shrunk.

I’m fine with editing CSS and such; just need to know where and how. Thanks!

Post count: 20688

Hi,

I could give you a code to center the header logo, in Header style 3. Or you could choose another header style that displays the logo centered from default. Like Header style 10 for example
https://forum.tagdiv.com/header-styles/
Also worth mentioning is that for Header style 3 there is a limit for the logo size
https://forum.tagdiv.com/logo-favicon/
While styles 9, 10 and 11 do not have a required logo size. You can upload any logo you want, and it will be displayed in full.
If you would like to keep using style 3, this code will center the logo
https://www.screencast.com/t/R3UOo7YQRK

.td-header-style-3 .td-header-sp-recs {
display: none;
}
.td-header-style-3 .td-header-sp-logo {
float :none;
margin-left: auto;
margin-right: auto;
}

The code must be entered in Theme panel-Custom CSS, if you decide to use it
https://www.screencast.com/t/20zf5kjHboXK

Thanks

Post count: 85

Thanks for the reply! I’m fine with editing the CSS, or even the code. (Child theme, here we come!) So, is the limit on the log size a CSS thing, or does the theme automatically resize the image to that size when uploading via the theme panel?

My problem is that I really like the look of Style 3, but want the logo look of Style 10.

Thanks again!

Post count: 85

So, I decided to try Style 10, just to see if I could make it look the way I want. I have discovered that no matter what logo I upload, it is resized to 230×34 during the upload process. (Original file name was Logo-980×145.png; file name after uploading is Logo-980×145-230×34.png.)

Thoughts?

Post count: 85

I also tried some of the other styles. No matter which one I choose, they all specify a logo size of 272×90.

Post count: 20688

Hi,

The header style you mention does not have a limit for the logo. Just make sure that when you upload it, you select the full size
https://www.screencast.com/t/20Ziaf7z
https://www.screencast.com/t/HXJ8eFnnb

Thanks

Post count: 85

Bingo! That last tip did the trick; I hadn’t been selecting the size in the media library.

I was able to take Style 10, customize it some to look like Style 3, and get the logo to the right size. Looks good in the browser and in the mobile theme as well. Thank you!

BTW — loving the theme. Still getting used to it, but already like it better than the other (paid) theme I had been using.

Post count: 85

BTW — I didn’t see a place to mark this as Resolved, so would you please do so for me?

Post count: 20688

Hi,

Glad you could solve the issue, and thank you for your appreciation. If you have any further questions or need help, you can always create a new topic and we will reply as soon as possible.

Have a nice day!

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