Logo squashed in Header 1

Posted in: Newspaper
Post count: 4

Hello,

My site is shootwhatyoueat.com.

I wanted to make my logo bigger, left aligned with the leaderboard ad right aligned. In reading the forum I was able to do it on another site. I applied similar code on this site.

.td-header-style-1 .td-header-sp-logo {
width: 175px; height:120px!important; margin:0;
}
.td-header-style-1 .td-header-sp-logo img {
width:174px;
height:120px!important;
}

.td-header-style-1 .td-header-sp-recs{
width: 728px!important;
float: right!important;
}

The logo is supposed to be 174 x 120px but it is squashing down to 90px tall which is the default for Header 1. Is there a container I’m missing to get the header hight to 120px?

Any help would be greatly appreciated.

Thanks,
Don

Post count: 23312

Hi zenzino,

You will have to increase the max-height if you want that all your customizations to be applied. Try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-header-style-1 .td-header-sp-logo img {
max-height: 120px;
}

The result -> http://screencast.com/t/Thzu00YkJOo

Thanks.

Post count: 4

Hey Catalin,

Worked like a charm. Thanks for your help.

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