- This topic has 11 replies, 4 voices, and was last updated 1 year, 5 months ago by
vako.
-
AuthorPosts
-
March 19, 2021 at 12:02 am #60520
We use the Ashe PRO theme with a main menu which has submenus in one point. Unfortunately, these are wrapped and are not so nice to look at. is it possible to define the width of the submenu? Widening the width of the upper menu item with protected spaces (& nbsp;) only works in the main menu. Unfortunately, the sub-menu items remain so narrow.
many thanks for your help
March 19, 2021 at 3:48 pm #60531Hi Jens,
Please share your website URL and we will check for possible solutions.
Kind Regards
March 19, 2021 at 5:55 pm #60537This reply has been marked as private.March 19, 2021 at 8:32 pm #60544Hi Jens,
Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:
#main-menu .sub-menu { width: 300px !important; }
Kind Regards
March 19, 2021 at 8:37 pm #60547This reply has been marked as private.March 19, 2021 at 9:01 pm #60553Feel free to contact us at any time, we are more than happy to help.
Kind Regards
April 11, 2021 at 2:49 pm #60847I Vako, i would like to know if wo could change this CSS ?
e g to try, i began with 300, and after if it’s not good, i change 200, but i don’t know how can find the inital code.
regards
Igor
April 14, 2021 at 12:50 pm #60913Hi Igor,
You can change the snippet we shared:
#main-menu .sub-menu { width: 200px !important; }
Just change 300px in this snippet and after that Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet.
Kind Regards
June 20, 2022 at 12:11 am #69013<span style=”color: #030303; font-family: Roboto, Arial, sans-serif; font-size: 14px; white-space: pre-wrap; background-color: #f9f9f9;”>Is there a way to widen the submenu column? So I hover my mouse over one of the titles of the main menu and down pops a list and the submenu includes, How to write a resume. But this is long enough that it goes down into two lines and with a wide space in between and this looks bad. How do I widen the width of the submenu so that it fits onto one line?</span>
I tried using the code up above and putting it in the CSS section of one of the submenus and the submenu title completely disappeared. I tried taking the space out of the code and nothing happened to the submenu titles. Help?
June 20, 2022 at 12:29 pm #69017Hi Rebecca,
At first, thank you for choosing our theme and service.
Please share your website URL and we will check for the possible solutions.
Kind Regards
June 20, 2022 at 3:02 pm #69020This reply has been marked as private.June 20, 2022 at 5:21 pm #69021Hi Rebecca,
Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:
#main-menu .sub-menu { width: 370px !important; }
Kind Regards
-
AuthorPosts
- You must be logged in to reply to this topic.