• Resolved Karis

    (@askel45)


    Hi. Which is the complete CSS style you use so that the menu drops below the title at a certain width?

Viewing 1 replies (of 1 total)
  • ying

    (@yingscarlett)

    Hi Karis,

    I’m not sure what you mean, isn’t that the default behavior?

    Are you trying to change the drop down menu width? If so, give this CSS a try:

    .main-navigation:not(.toggled) ul li.sfHover>ul, .main-navigation:not(.toggled) ul li:hover>ul {
        width: 300px;
    }
Viewing 1 replies (of 1 total)

The topic ‘Dropping down menu below certain width’ is closed to new replies.