Hello,
Sorry but the menu cannot be stretched. You will have to use a header style that does not use a logo on the same line as the menu in order to have more room for menu items. Here is a list of the header styles you can use with our themes: https://forum.tagdiv.com/header-styles/
Thank you!
Hi,
Unfortunately it is not so easy to make the changes you want. The theme has the available options for header styles, each with a different layout. These were specially created and tested to work properly in all cases. If you want to modify the properties of a header style you can use the browser inspector tool to identify the elements used and their classes and create custom code – https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/ and also take in acoount the responsive design when you make these modifications. I see that you have made the header menu full width, the sub menu is related to the menu item you are on, so the best you could do is use a code like this – https://www.screencast.com/t/47uUZPmzA but in the case where a background is set, like post template 8 it will not be easy to make the menu full width. This is the code you must enter in Theme panel->Custom Css
.td-header-style-5 .td-mega-menu ul {
left:auto!important;
}
Thanks
So about the menu Im adding photos to see what i mean.
http://dox.bg/files/dw?a=5b0a84133d
http://dox.bg/files/dw?a=69df0b5d2c
http://dox.bg/files/dw?a=87889e56e2
I want menu to be always 100% width and centered.
Thank you
Hi,
As I said this is not an easy task, and even if you can manage to do something like this, it would take extensive testing and you would have to take in account multiple elements. Here is a custom code that seems to work for now, I suggest you enter it in Theme panel->Advanced Css in the desktop section – https://www.screencast.com/t/LswxcxYy The code may need additional modifications in the future because problems could arrive, since the header style is not supposed to display like this.
.td-header-style-5 .td-main-menu-logo {
margin-left: 18%;
}
.single .td-header-wrap.td-header-style-5 {
width:100%;
position: absolute;
left: 0;
}
.td-header-menu-wrap-full {
height: 70px!important;
}
.td-header-menu-wrap.td-affix {
width: 100%!important;
}
This is the result – https://www.screencast.com/t/8DCYFOpJ8LzJ – https://www.screencast.com/t/t4MDJ3eXkf6O – https://www.screencast.com/t/FSNDL1FGP6P
Thanks
Thank you for your support :), but now i have some issues which can’t fix. See the pictures below. So the menu i other pages are still in two rows and after i scroll down then it goes to right. Ive tried to fix it but i couldn’t.
http://dox.bg/files/dw?a=5725abf56f
http://dox.bg/files/dw?a=8cc97aa879
http://dox.bg/files/dw?a=c2853dcbb9
http://dox.bg/files/dw?a=a6fed740cb
Hi,
Try this modified code, it should work properly now on every page
.td-header-style-5 .td-main-menu-logo {
margin-left: 18%;
}
.td-header-wrap.td-header-style-5 {
width:100%;
position: absolute;
left: 0;
}
.td-header-menu-wrap-full {
height: 60px!important;
}
.td-header-menu-wrap.td-affix {
width: 100%!important;
}
You can also modify the margin left set on the logo, if you want to position the menu differently.
Thanks
Dear Simion,
Thank you for your response. I tried it but it was not successful.
When I pasted the code into the theme there were several error messages including:
Use of !important
Don’t use adjoining classes
From what I’m reading in this forum, this theme only lets you have a 300 px wide logo (not ideal our logo which is long and thin). And it forces you to have a banner adv in the header. If we try to modify the code, it will ruin the theme.
Maybe the best thing for us is to buy a different theme that gives more space for the logo and doesn’t have a fix position for an adv.
Best regards,
Miu
Dear Simion,
OK…I found a bit of code post on March 10 and that seemed to do make the logo large when used with Header Style 1. Great!
Now…How to I remove that banner adv from the header area? I do not need to use banner adv on this website.
Thank in advance for your help!
Miu
Hi,
@Miucat If you want to remove the header ad, you could remove the code from the theme panel,in the header ad field – https://www.screencast.com/t/tJyf2dWryh
Thanks
So, still have two rows menu in other pages i removed the absolute position from .td-header-wrap.td-header-style-5 because cuts my website from top. what can i do
http://dox.bg/files/dw?a=4203acfe12
http://dox.bg/files/dw?a=65601b2945
http://dox.bg/files/dw?a=24a0cde9ce
Hi,
I do not understand how the code does not work, on my end this is what happens when the code is active – https://www.screencast.com/t/MkWxEycJQHs – https://www.screencast.com/t/UejZxgpu0uHv I have checked most of your website and applied the code where there is a problem, and it works properly. Try adding the !important rule after the position statement value in the code, maybe for some reason it is not applying on your end and check the results.
Thanks
STILL HAVE PROBLEM WITH THE MENU
http://dox.bg/files/dw?a=bac98bf414
http://dox.bg/files/dw?a=4218a752f1
http://dox.bg/files/dw?a=c5f2d5fb91
Hi,
Again, please enter the code as it is, it should look like this in your theme panel – https://www.screencast.com/t/nzUUinFVa I do not see that position property at the moment in your header style – https://www.screencast.com/t/QRwQ1T1nVQl It should be like this – https://www.screencast.com/t/uTScpdNKnv Please also check any custom code you have entered in theme panel before this one, or temporarily remove it, to be sure it does not affect this one.
Thanks
Still have problem when i scroll down please see the pictures there is my custom css and the issue looks like
http://dox.bg/files/dw?a=51a9d38922
http://dox.bg/files/dw?a=396f692b58
http://dox.bg/files/dw?a=d28dec8cb8