Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #60520
    Jens Neubauer
    Participant
    Premium Member

    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

    #60531
    vako
    Keymaster
    WP Royal Team

    Hi Jens,

     

    Please share your website URL and we will check for possible solutions.

     

    Kind Regards

    #60537
    Jens Neubauer
    Participant
    Premium Member
    This reply has been marked as private.
    #60544
    vako
    Keymaster
    WP Royal Team

    Hi Jens,

     

    Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:

    #main-menu .sub-menu  {
    width: 300px !important;
    }

     

    Kind Regards

    #60547
    Jens Neubauer
    Participant
    Premium Member
    This reply has been marked as private.
    #60553
    vako
    Keymaster
    WP Royal Team

    Feel free to contact us at any time, we are more than happy to help.

     

    Kind Regards

    #60847
    IGOR PEREZ
    Participant
    Premium Member

    I 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

    #60913
    vako
    Keymaster
    WP Royal Team

    Hi 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

    #69013
    Rebecca Bricker
    Participant
    Premium Member

    <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?

    #69017
    vako
    Keymaster
    WP Royal Team

    Hi 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

    #69020
    Rebecca Bricker
    Participant
    Premium Member
    This reply has been marked as private.
    #69021
    vako
    Keymaster
    WP Royal Team

    Hi Rebecca,

     

    Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:

    #main-menu .sub-menu  {
    width: 370px !important;
    }

     

    Kind Regards

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