Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • Sanyam Jain Friend
    #179474

    I want to increase the width of the sidebar and the JA Wall Logo. I am not able to figure it out. Please support.

    Sherlock Friend
    #462574

    <em>@orangeinfomedia 332095 wrote:</em><blockquote>I want to increase the width of the sidebar and the JA Wall Logo. I am not able to figure it out. Please support.</blockquote>

    The solution has been posted here try it to see if it helps.

    Sanyam Jain Friend
    #463116

    The link does not show how to increase the width of the sidebar, it only shows how to increase the width of the Logo. Need help here!!!

    Sherlock Friend
    #463133

    Hi orangeinformedia,

    By default the width value of slidebar is 120px, For example now you want to increase it to the value of 220px you could try as following
    Open the file of templates/ja_wall/css/layout.css you look for this css rule
    #sidebar {
    margin-left: -120px;
    position: fixed;
    top: 70px; /* Space for header */
    width: 120px;
    }

    change it to
    #sidebar {
    margin-left: -220px;
    position: fixed;
    top: 70px; /* Space for header */
    width: 220px;
    }
    and then looking for this css rule
    /* Sidebar —*/
    body.has-sidebar #container .container-main {
    padding-left: 120px; /* Space for sidebar */
    }

    You change it to
    body.has-sidebar #container .container-main {
    padding-left: 220px; /* Space for sidebar */
    }

    I hope you got it 🙂

    Sanyam Jain Friend
    #463181

    now its working. thanks. both logo and sidebar’s width has been changed.

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

This topic contains 5 replies, has 2 voices, and was last updated by  Sanyam Jain 12 years, 1 month ago.

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