Header Height Style 10

Posted in: Newspaper
Post count: 30

Hello,

I’ve tried everything to make this code work to shrink the header down but nothing I do works. I’ve tried it with !important and without, I’ve tried adding it directly to the stylesheet – still doesn’t work. Please help. I’ve attached a photo of it working using dev tools in Chrome but when I add the code to the site it doesn’t work.

.td-header-style-10 .td-logo-wrap-full .td-logo {
line-height: 80px;
min-height: 75px;
margin-bottom: -10px;
}

Here’s what we want it to look like: http://imgur.com/a/8ZBnY

Thanks!

Post count: 22421

Hello,
Please try the code like so:
.td-header-style-10 .td-logo-wrap-full .td-logo {
line-height: 80px!important;
min-height: 75px!important;
margin-bottom: -10px!important;
}

Also if you add the code in the theme panel-> custom css box, check for any errors in the field as any tag left open will cause errors and all code after that will not work.

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.