Make Logo Larger

Posted in: Newspaper
Post count: 21

I need to make my logo a bit larger

Looks to small

test.vapekrew.com

Post count: 22421

Hi,

Changing the logo size will not be an easy task as it will affect responsiveness
Here is a code to increase the size for the logo on desktop:
.td-header-style-1 .td-header-sp-logo img{
max-height: 120px;
}
.td-header-style-1 .td-header-sp-logo{
width: 320px!important;
margin: 28px 10px 0px 10px!important;;
}

The logo will increase in size but for tablets it will break the layout a bit as the layout has been created to show properly on tablets as well. You can use the advanced css boxes and add change the values of this code for each device for it to look properly on each one.

As an alternative, you could user a header style that uses the full logo and not re-size it like headers 9, 10 and 11

Thank you!

Post count: 21

Damn why does it have to break stuff?

Looks much much better.

Thank you

Post count: 22421

Well unfortunately if you want to increase it you will have to change a few values in the tablets section. Just add the code in all 3 devices spots here: http://screencast.com/t/hAg23vn6yg2
For desktop the code is ok but the values need changing for tablets. Decrease the values a bit so the ad does not fall under the logo on tablets. That’s about it.
Thank you!

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