Shop Categories

X

Second line on dropdown menu

Home Forums Agama Pro Second line on dropdown menu

Topic Resolution: Resolved
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #27427
    Maddy
    Participant

    Hi Zex,

    I hope you are well. I have long titles on my dropdown menu and they go on the second line. Can you please help me create the dropdown menu bigger?

    Best regards,
    Maddy

    #27428
    Zex
    Moderator

    Hello, Maddy!

    If you want to show your submenu links in one row, just update your theme to the latest version, since this feature is already added in it.

    …or if you want for some reason keep the version 1.4.9.3, insert the following code into
    Customizing->General->Additional CSS:

    @media screen and (min-width: 600px){
    .main-navigation li ul.sub-menu li a {
        white-space: nowrap!important;
        width: auto!important;
        }
    }

    Regards

    #27429
    Maddy
    Participant

    Thank you, Zex. The code worked.

    Best wishes,
    Maddy

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