Hello kfx,
Please try to use the !important tag to give more important for your code, like this -> https://www.smashingmagazine.com/2010/11/the-important-css-declaration-how-and-when-to-use-it/
If you have no success, please provide your website URL so I can inspect it closer.
Thanks.
Hello kfx,
You can try the code below and place in in Theme panel->Custom CSS area.
The code is ->
.td-header-style-7 .td-header-menu-wrap-full, .td-header-style-7 .td-header-menu-wrap {
height: 48px !important;
}
.td-header-style-7 .td-header-sp-logo {
height: 48px;
}
.td-header-style-7 .td-header-sp-logo a {
line-height: 48px;
}
.td-header-style-7 .td-header-sp-logo img {
max-height: 48px;
line-height: 48px;
}
.td-header-style-7 .sf-menu > li > a {
line-height: 48px;
}
.td-header-style-7 .sf-menu {
margin-top: 0;
}
.td-header-style-7 #td-top-search {
bottom: 0;
}
Here you can see the result -> http://screencast.com/t/nTcSU7Qy2
Thanks.
Thank you – works perfectly…just two glitches:
1) The sticky logo is larger than the original menu logo
2) The Search Icon isn’t in line with the original menu (around 30px below the menu), but then goes inline with the sticky menu once you scroll down.
Thanks again for the help!
Hello all,
Please replace the above code with the below code.
.td-header-style-7 .td-header-menu-wrap-full, .td-header-style-7 .td-header-menu-wrap {
height: 48px !important;
}
.td-header-style-7 .td-header-sp-logo {
height: 48px;
}
.td-header-style-7 .td-header-sp-logo a {
line-height: 48px;
}
.td-header-style-7 .td-header-sp-logo img {
max-height: 48px;
line-height: 48px;
}
.td-header-style-7 .sf-menu > li > a {
line-height: 48px;
}
.td-header-style-7 .sf-menu {
margin-top: 0;
}
.td-header-style-7 #td-top-search {
bottom: auto;
top:0;
}
@mystudent, if you want to decrease the space between the logo and the menu, please try the code below.
.td-header-style-7 .sf-menu {
float: none;
}
For your second request, moving to the right of Menu for Social Icons involve custom work and we cannot provide this type of services.
Thanks for your understanding!