menu

Posted in: Newspaper
Post count: 36

how to stretch menu because its two row, its only good when i scroll down

Post count: 22421

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!

Post count: 36

Hello I want to ask how to make “Header Menu style 5” 100% width or stretch because its two rows. I have a lots of buttons there.
Thank you

Post count: 22421

Hello,

It can be done with a css code. Add it in the theme panel-> custom css box:

.td-header-style-5 .td-header-main-menu{
width:100%!important;
}

Thank you!

Post count: 36

It works, but now I want content(menu) to be on center not on right side

Post count: 36

or left side

Post count: 36

also want this style menu to be 100% in post style 8 and all others

Post count: 23312

Hello dimitar,

Try to use the Header Style 10 which central displays the menu items.

Thanks for your message!

Post count: 36

ok, but I want style 5 with small logo on the left side

Post count: 20685

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

Post count: 36

It doesn’t works, I want the menu always in any category or post page to be 100%

Post count: 36

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

Post count: 36

I i wave question about the mobile theme menu, so i’ve installed the mobile theme assign my menu but when i click on the category from menu goes noware? why and how can i fix it

Post count: 20685

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/8DCYFOpJ8LzJhttps://www.screencast.com/t/t4MDJ3eXkf6Ohttps://www.screencast.com/t/FSNDL1FGP6P

Thanks

Post count: 36

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

Post count: 20685

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

Post count: 5

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

Post count: 5

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

Post count: 20685

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

Post count: 36

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

Post count: 20685

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/MkWxEycJQHshttps://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

Post count: 5

Thank you so much, Simion! This removed the adv.

Post count: 36
Post count: 20685

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

Post count: 36

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

Viewing 25 posts - 1 through 25 (of 33 total)
You must be logged in to reply to this topic.