This topic has 2 replies, 2 voices, and was last updated 8 years by cesare84.

  • Author
  • #104053
     cesare84
    Participant

    Hi all,

    I have many menu items in the top menu, but I don’t want the dropdown menu to hide them on large devices… since there’s enough space to display them.

    Is there any solution to avoid this happen on large screen?

    Attachments:
    You must be logged in to view attached files.
    #104064
     sharmstr
    Moderator

    Try this in your quick css. Adjust as you see fit

    @media (min-width: 992px) {
    #top-social.col-md-5 {
        width: 15%;
    }
    .top-menu.col-md-7 {
        width: 85%;
    }
    }
    
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #104065
     cesare84
    Participant

    perfect!
    thank you

Viewing 3 posts - 1 through 3 (of 3 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?