Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • 1option Friend
    #962561

    On the vertical menu setting, the icons are displaying above the text and not to the left of the text like in demo? How do I get it so icons are to the left like in demo?

    Thanks.

    Saguaros Moderator
    #962572

    @1option

    You can update your site’s URL and admin login info, I will check for you.

    1option Friend
    #962573
    This reply has been marked as private.
    Saguaros Moderator
    #962590

    In the file: ROOT/templates/ja_intranet/less/navbar.less

    I changed to this:

          // Icon
          > span,
          .fa {
            display: inline-block;
            font-size: @font-size-h2;
            margin-bottom: @t3-global-margin / 4;
          }

    and the icons show horizontally now.

    1option Friend
    #962708

    Another question is how do you make it so icons default (text does not show like on mobile), even in desktop view?

    Saguaros Moderator
    #962861

    You can simply define the width for the navigation bar:

    • Go to file: ROOT/templates/ja_intranet/css/custom.css (create this file if it doesn’t exist)
    • Add this rule:
    div.t3-wrapper.layout-vertical.navbar-hidden .navbar-default-vertical {
       width: 50px;
    }

    or change to your desired value

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

This topic contains 5 replies, has 2 voices, and was last updated by  Saguaros 7 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum