Hello,
I have a bit long menu, I would want to have this menu and logo inline, as header style 7, but I cant enlarge withd as I need
http://prntscr.com/helszl
Any help?
Thank you.
Hello,
Hello,
You cannot have a bigger logo if it’s inline with the header ad. There are 2 containers there and the logo cannot be bigger than the container meant for it. If you need a big logo, please use header styles 9, 10 or 11 which will show the logo as big as you upload it.
Thank you!
Hi Bogdan,
thank you for answer, but actually I don’t want a bigger logo, nowhere I asked this 🙂
I simply need logo and menu in a single line, something like this:
http://prntscr.com/heoe9h
Thank you.
Hi Simion,
I’m already using style 7 actually.
This is the link http://dev.red-icon.ch/ifdm/
Thank you.
Hi,
There are options to stretch the header container, to prevent the menu from dropping on a second line, in the theme panel
– https://www.screencast.com/t/WfnwRdFO5sH
It could be done with code if needed, try something like this for example
– https://www.screencast.com/t/oreX79rng
Enter it in Theme panel->Custom CSS section if you decide to use it
.td-header-style-7 .sf-menu {
float: none;
}
.td-header-style-7 .td-header-menu-wrap-full.td-container-wrap {
height: 111px!important;
}
.td-header-style-7 .sf-menu > li > a {
padding:0 13px;
line-height: 83px;
}
.td-header-style-7 #td-top-search {
top: 35%;
}
Thanks