How to edit logo CSS

Posted in: Newspaper
Post count: 12

Hi guys I want to give some space between the logo an the top bar so I added this to mi custome CSS but it didn’t work.

This is my site: http://cgdojo.mx/

.td-retina-data td-logo {
padding-top: 15px;
}
td-head-style8-logo-desktop {
padding-top: 15px;
}

I tried it on custome ccs and desktop css

Post count: 6600

Hi,

Add it like this: http://screencast.com/t/BGNDkTjrl and use this css:

.td-header-style-8-wrapper.td-menu-placeholder {
padding-top: 15px;
}

Thanks

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