width dropdown menu

Home Forums Jevelin Theme width dropdown menu

Home Forums Jevelin Theme width dropdown menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • retace
    Participant

    Hello,

     

    I would like to ask how it is possible to expand the width from the dropdown menu so that a longer-named page name is not listed in two lines, only in one line (see photo).

     

    Thanks in advance!

     

     

    Attachments:
    You must be logged in to view attached files.

    Hi @retace,

     

    I hope you are well today and thank you for your question.

     

    Yes, we can achieve this developing custom CSS code.

     

    Could you please share your site URL where it’s displaying so that I can help you to achieve it?

     

    Best regards,
    Shufflehound team

    retace
    Participant

    Thank you for the fast response

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .sh-nav > .menu-item > ul.sub-menu {
        width: 250px;
    }
Viewing 4 posts - 1 through 4 (of 4 total)