Header bottom margin not changeable

Posted in: Newspaper
Post count: 8

Hi,

Im using style 1 header and want to remove the up and down margins from the logo and ad.

I make the changes in custom css, using the inspector of firefox, everything worked, but cant change the “margin-botton: 28px” property, I want it to be 0px. It seems that this property is on another place but not in style.css.

You can see it in my site: http://www.guatefutbol.com/nw

Please help.

Post count: 22421

Hello,
You do not need to alter style.css as the theme panel has a custom css section where you can add your custom code.
You can try this code in the theme panel:
@media (min-width: 1019px){
.td-header-style-1 .td-header-sp-recs, .td-header-style-1 .td-header-sp-logo {
margin-bottom: 2px!important;;
}}

Thanks.

Post count: 8

It worked, the property !important; was the solution

Very Thanks!

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