Shop Categories

X

Reply To: Second line on dropdown menu

Home Forums Agama Pro Second line on dropdown menu Reply To: Second line on dropdown menu

#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