Header Logo Size

Posted in: Newspaper
Post count: 7

Hello,

I recently bought this theme and I’m impressed. The only complain I have is that in Header style 1, where one can have logo + ads, the logo needs to be very small.

In my site I use specific ads for the header, not google, but custom ads made by actual local businesses in my area. I use the size 468×90 and align=”right”.

So, right now, my site looks like this: http://i.imgur.com/HHjB2T5.jpg

I hit ctrl+A on purpose to show the big gap between the logo and the ad. So, I guess there is some room for the logo to get bigger and make the ad container smaller to match the actual header width?

Also, reducing the top padding will cause problems? Because there’s also big gap between top menu and the logo…

Thank you!

Post count: 7

Actually, I only need this kind of code for the Desktop site, as I’m fine for the tablets (which is only 6-10% of my audience) and fot the mobile, I’m gonna use the mobile theme.

So, I guess if you help me with some code, I’ll use it in the Desktop section of responsive CSS which I only saw it today (was it part of the update?).

Post count: 22421

Hi,

The responsive css was there all along 🙂 not part of the update. The header styles were created based on the default 728×90 ads. You can use this custom css to change the width of the container to one that will suit your needs:
.td-header-style-1 .td-header-sp-recs{
width: 620px!important;
}

I set it to 620 px but you can change this value to whatever you wish.

http://screencast.com/t/AatIN2SeXoet

Thank you!

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