Header Style3 bigger logo

Posted in: Newspaper
Post count: 35

How is possible via css to make the logo bigger at header style 3 ?

Thank you in advance

Post count: 7909

Hi,

Please try this custom css in Theme Panel > Custom Css – http://screencast.com/t/Ak6o84KybPNn

@media (min-width: 1141px){
.td-header-style-3 .td-header-sp-logo {
margin: 28px 0px 9px 0px !important;
width: 340px !important;
padding: 0px !important;
}
.td-header-style-3 .td-header-sp-logo img {
right: auto !important;
}
}

This css is for bigger screens (at least 1141 px), if you want to customize it for each screen size you will have to use media querie like above and change those values. If you don’t have basic html/css experience I suggest to hire a professional to do it for you as we cannot provide custom work.

Thanks!

Post count: 35

Worked awesome. Thank you!

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