I need css Support :)

Posted in: Newspaper
Post count: 260

Hello team, i want to eliminate the padding space on logo menu but i cant write the custom css correctly Jajaja.

Thats what i want to do

[IMG]http://i65.tinypic.com/ojdn4w.png[/IMG]

Eliminate the space top and bottom.

Im running default demo, latest newspapper. (header style 6)

I dont know css but i try .td-main-menu-logo {padding: 0px;} jeje and dont work.

I hope can help me.

Regards

Post count: 7909

Hi,

We will gladly help you, but please provide a link so we can inspect this and provide an accurate solution.
I ask you this because using header style 6 with the logo in menu, the logo height is automatically controlled by main menu line height you set in panel. By default it is 80px – https://www.screencast.com/t/Jhu9An8GrxdDhttps://www.screencast.com/t/YjHWzE2IW but if I change the line height in panel – https://www.screencast.com/t/aiwJNhxfST also the logo height is affected – https://www.screencast.com/t/AKu6FHJZ
There is only a 3px top/bottom padding, so if this is what you want to remove, then please try this code:

.td-header-style-6 .td-main-menu-logo img {
padding: 0;
}

Thanks!

Post count: 260

Jajaja, AWESOME!, thats exactly what i want and it works perfectly.

TY Alin, regards from México

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