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.
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
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?
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
Hi Lucian,
Can u provide some solution for my site @ http://www.tollywoodfans.in/
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;
}
Hello Lucian, we have the same problem. Can you have a look please?
https://wearabletechnologies.co.uk/
Thank you.
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
