Styling the main menu

Posted in: Newspaper
Post count: 51

Hi everybody, please take a look at the screenshot

View post on imgur.com

#1 indicates the length of the menu
#2 indicates the lenght of a drop-down menu and it i significantly shorter than the blue ribbon above.

Can this be fixed? I really enjoy the theme so far. But this look pretty unfortunate – I don’t remeber having similar issues with other themes I worked with.

Please advise.
Thank you.

Post count: 20688

Hi,

You could set a custom width to the sub menu, first you have to identify the menu item where you want to make this change – https://www.screencast.com/t/YBtFAl4A and set a custom width with a code like this – https://www.screencast.com/t/yUVLJ3JKDw0 The code must be entered in Theme panel->Custom Css
Please let me know if this is not working for you, or you need further help, and also provide a link to your website for a more accurate solution. This is the code used in the example

.menu-item-6332 .sub-menu {
width: 100%!important;
}

Thanks

Post count: 51

it works. Thank you very much.

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