New Landing How can we help? Themeforest Theme Support Neighborhood Header between 980 and 1200 px

Viewing 4 posts - 1 through 4 (of 4 total)
  • #216136
    isasimo
    Member
    Post count: 5

    When the screen is between 980 and 1200 px the header looks terrible because the menu is too long. How can I fix it?
    How can I do the font size smaller just between 980 and 1200?

    #216441
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css option

    @media (min-width:980px) and (max-width:1200px) {
      .header-right.span8 {
        margin-left: -50px!important;
      }
    
      nav .menu li > a {
          font-size: 16px!important;
      }
    }

    Let us know the result.

    -Rui

    #216780
    isasimo
    Member
    Post count: 5

    Amazing support! It was perfect.

    Thanks!

    #216801
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Great. Thanks for the kind words.
    -Rui

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register