Logo remove padding

Posted in: Newspaper
Post count: 10

Hello I’m trying to remove the margin or padding set on the logo in header style multipurpose 1
thanks
-matt

Post count: 22421

Hello,

This css code will remove ALL margins for the logo:

.tdm-header-style-1 .td-main-menu-logo{
margin:0!important;
}

You can add the code in the theme panel-> custom css box.

Thank you!

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