Header width

Posted in: Newspaper
Post count: 22

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.

Post count: 22421

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!

Post count: 22

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.

Post count: 20688

Hi,

You could use header style 7 which is similar to what you are trying to do. If that is not an option, maybe this would be possible with some CSS. Please provide a link to your website, and we will try to give you a solution.

Thanks

Post count: 22

Hi Simion,
I’m already using style 7 actually.
This is the link http://dev.red-icon.ch/ifdm/
Thank you.

Post count: 20688

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

Post count: 22

It works, thank you very much.

Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newspaper’ is closed to new topics and replies.