Menu size!

Posted in: Newspaper
Post count: 20

Hi all!
help with my little problem please!
I need to increase width of dropdown menu.
Cant find this option in theme panel(

Post count: 22421

Hello,

Please provide more details to what dropdown you are referring to. There are multiple dropdown menus and I will need to know which one you are mentioning.

Thank you!

Post count: 20

Hello.
I mean dropdown part of main menu (on top of page)
Problem with menu
I need to make it the same width as the main menu (which with android robot on picture).
Thx a lot!

Post count: 20

Image again)
Problem with width

Post count: 23312

Hello vortihk,

Unfortunately, I cannot see your screenshot, sorry! Please try using the Jing tool to make some screens. It is very easy if you will use it.

Thanks for the message!

Post count: 20

Image about width
Maybe now you can see it? I use jing tool for it.

  • This reply was modified 9 years by vortihk.
Post count: 20688

Hi,

This can be done with some css code, first you must identify the menu item which you want to modify using your browser inspector – https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/ so the code will apply only to that menu item – https://www.screencast.com/t/UsMLup3LTY Then you could set a custom width to that sub-menu using this code (replace the menu example with your menu item and change the width to the value you want) enter it in Theme panel->Custom Css

.menu-item-3580 .sub-menu {
width: 300px!important;
}

Result should be like this – https://www.screencast.com/t/9SxNkeVB2KX6
Thanks

Post count: 20

Hello again)
look here
This is element of dropdown menu (in main menu)
In custom css i write:

.menu-item-309 .sub-menu {
width: 400px!important;
}

But nothing changes. What im doing wrong?

Post count: 20

Update. when i write this:
.menu-item-309{
width: 400px!important;
}
I get this:
1
when i move cursor on it

Post count: 20688

Hi,

It should work, you just have to use the right menu item, try this code with this result – https://www.screencast.com/t/GY8YAoki581 and clear your cache after you enter the code in theme panel

.menu-item-308 .sub-menu {
width: 300px!important;
}

Thanks

Post count: 20

Thank you very much!
All works)

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