• Resolved SommerV

    (@sommerv)


    Hi,

    I was wondering if there’s a way to right-align the menu. It’s showing up on the far left and I want it to show up on the far right. Thank you!

Viewing 1 replies (of 1 total)
  • Theme Author TT Themes

    (@tomastoman)

    Hi,

    please insert the following custom CSS into “Theme Options > Other Settings > Custom CSS” to right-align the menu:

    body .menu-box .link-home {
      border-right: 1px solid #535353 !important;
      float: right;
    }
    body .menu-box ul {
      text-align: right;
    }
    body .menu-box ul li {
      float: right;
    }
    body .menu-box a {
      border-left: 1px solid #535353;
      border-right: none;
    }
    body #header .menu-box ul ul a,
    body #header .menu-box ul ul a:visited {
      border-left: none;
      padding: 0 19px 0 0;
      text-align: right;
    }
    body .menu-box ul ul {
      left: auto;
      right: 0;
    }
    body .menu-box ul ul ul {
      left: auto;
      right: 212px;
    }

    Best regards,
    Tomas Toman

Viewing 1 replies (of 1 total)
  • The topic ‘Right Align Menu’ is closed to new replies.