Hello,
I’m trying to reduce the padding above and below the logo in style 10. Can you please share the code for reducing the header height in style 10? See here for reference: http://dev.pacifictribune.com
Thanks!
Thanks, but that code doesn’t seem to do anything about the padding above and below the logo.
I’m using this code to define the logo height:
.td-header-sp-logo img {
height: 75px;
width: auto;
}
Actually – it totally works! I just had to clear my site and browser cache a few times.
Thanks!
I am using following code to reduce the logo area. This code is working only on home page.
.td-header-style-10 .td-logo-wrap-full .td-logo {
line-height: 80px;
}
.td-header-style-10 .td-logo-wrap-full {
min-height: 80px;
}
And on some pages i want to take make the logo text to left align. and menu also left align.
