Header 8 on desktop

Posted in: Newspaper
Post count: 12

I uploaded our logo using header 8 and it is not fitting on the menu. The correct sizes have been uploaded. The mobile version works perfectly. This problem is only on the desktop view.

http://www.rockcityrecord.com

Post count: 6600

Hi,

Please use this custom css, add it in theme panel > custom css: http://screencast.com/t/kjuYdJkVo5

.td-head-style8-logo-desktop img {
height: 76px;
}

Thanks

Post count: 12

Lucian,

Thank you very much. This worked, however, when you begin scrolling on the page it still has the same problem. Is there a fix for this?

Post count: 6600

Hi,

Please use this custom css: http://screencast.com/t/a5wqpv3S

.td-boxed-layout  .td-header-style-8.td-affix  .td-menu-wrap {
height: 76px;
line-height: 20px;
}

.td-header-style-8.td-affix 
.td-li-wrapper-menu {
position: relative;
top: 8px;
}

.td-header-style-8.td-affix .td-li-wrapper-menu .sf-menu > li > a {
height: 50px;
line-height: 60px;
padding-bottom: 15px;
}

.td-affix .sf-menu > li > a {
z-index: 0;
}

Thanks

Post count: 12

Thank you. This works perfectly.

Post count: 220

Hi Lucian,

Can u provide some solution for my site @ http://www.tollywoodfans.in/

Post count: 6600

Hi,

Use this css: http://screencast.com/t/lKyULqflhm

.td-boxed-layout  .td-header-style-8.td-affix  .td-menu-wrap {
height: 73px !important;
}

.td-header-style-8.td-affix 
.td-li-wrapper-menu {
position: relative;
top: 8px;
}

.td-header-style-8.td-affix .td-li-wrapper-menu .sf-menu > li > a {
height: 50px;
line-height: 60px;
padding-bottom: 15px;
}
Post count: 220

TQs its working cool

Post count: 24

Hello Lucian, we have the same problem. Can you have a look please?

https://wearabletechnologies.co.uk/

Thank you.

Post count: 6600

Hi,

Use this css: http://screencast.com/t/Y7YtvOkLq

.td-header-style-8.td-affix  {
height: 76px !important;
}

.td-header-style-8.td-affix 
.td-li-wrapper-menu {
position: relative;
top: 8px;
}

.td-header-style-8.td-affix .td-li-wrapper-menu .sf-menu > li > a {
height: 50px;
line-height: 60px;
padding-bottom: 15px;
}

Thanks

Post count: 24

Thank you Lucian, much appreciated.

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