Nav' Menu Auto Resize? - by UcaseLtd

This topic has 4 replies, 2 voices, and was last updated 6 years, 1 months ago ago by Rose Tyler

  • Avatar: UcaseLtd
    UcaseLtd
    Participant
    March 16, 2018 at 17:26

    Hi there,

    Is there a way to make the Navigation menu auto center and resize?

    On Ipad it’s going onto 2 lines but on desktop there is a big gap on the right.

    https://prnt.sc/is4cca

    Thanks.

    Please, contact administrator
    for this information.
    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 19, 2018 at 10:04

    Hello,

    Please add this code in Theme Options > Custom css:

    @media (min-width:768px){
      .header-type-8 .menu-wrapper .languages-area{
        padding: 0px !important;
      }
      .header-wrapper .menu > li > a, .header-wrapper .header .menu-main-container .menu > li > a {
          padding-left: 10px;
          padding-right: 10px;
      }
    }
    .header-type-8 .menu-wrapper .navbar-collapse, .header-type-8 .menu-wrapper .navbar-collapse .menu-main-container .menu{
        float:none !important;
        text-align: center;
    }

    Regards

    Avatar: UcaseLtd
    UcaseLtd
    Participant
    March 19, 2018 at 10:34

    Rose – Your A STAR!

    Thank You!

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 19, 2018 at 13:53

    You’re welcome!
    Have a nice day.

    Regards

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.