This topic has 1 reply, 2 voices, and was last updated 9 years by sharmstr.

  • Author
  • #87406
     rohitkachroo
    Participant

    Hello Team,

     

    Need to make the top menu full width on the site

    Regards,
    Rohit

    #87505
     sharmstr
    Moderator

    If you mean the top bar, try this in your quick css

    COPY CODE
    
    
    .social-header .container {
        max-width: 100% !important;
    }
    
    

    If you mean the top menu inside the top bar, you can try this

    COPY CODE
    
    @media (min-width: 992px) {
    .top-menu.col-md-7 {
        width: 100% !important;
    }
    }
    
    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

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

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

Log in with your credentials

Forgot your details?