Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • iamwe361 Friend
    #793414

    This new forum is very confusing.

    I have the current version of JaWall. I need to widen the side bar, and set the text to align left. How can i do this.

    Thanks.

    iamwe361 Friend
    #802616

    I need to widen the side bar, and set the text to align left. How can i do this? Which file handles this?
    Thanks.

    Ninja Lead Moderator
    #812219

    Hi,

    To achieve that, you will have to make more custom work on your site from css file

    • Open templates/ja_wall/css/layout.css file
    /* Sidebar ---*/
    body.has-sidebar #container .container-main {
      padding-left: 120px; /* Space for sidebar */
    }
    
    #sidebar {
      margin-left: -120px;
      position: fixed;
      top: 70px; /* Space for header */
      width: 120px;
    }
    • Open templates/ja_wall/css/template.css file
    /* Sidebar Nav */
    #sidebar .menu li a {
      border-radius: 3px;
      color: #999;
      display: inline-block;
      line-height: normal;
      max-width: 100px;
      overflow: hidden;
      padding: 2px 5px;
      text-overflow: ellipsis;
      text-transform: uppercase;
      white-space: nowrap;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
    }
    
    /* Sidebar ---*/
    #sidebar {
      color: #999;
      font-size: 92%;
      text-align: right;
      text-shadow: 0 1px 0 #FFF;
    }

    and change values for properties like width, left or text from script above.

    Regards

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

This topic contains 2 replies, has 2 voices, and was last updated by  Ninja Lead 8 years, 11 months ago.

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