-
AuthorPosts
-
Sanyam Jain Friend
Sanyam Jain
- Join date:
- September 2014
- Posts:
- 27
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 8
- Thanked:
- 1 times in 1 posts
July 28, 2012 at 8:32 pm #179474I want to increase the width of the sidebar and the JA Wall Logo. I am not able to figure it out. Please support.
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
Sanyam Jain FriendSanyam Jain
- Join date:
- September 2014
- Posts:
- 27
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 8
- Thanked:
- 1 times in 1 posts
August 3, 2012 at 11:14 pm #463116The 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 FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
August 4, 2012 at 2:36 am #463133Hi 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 🙂
2 users say Thank You to Sherlock for this useful post
Sanyam Jain FriendSanyam Jain
- Join date:
- September 2014
- Posts:
- 27
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 8
- Thanked:
- 1 times in 1 posts
August 4, 2012 at 7:23 pm #463181now its working. thanks. both logo and sidebar’s width has been changed.
-
AuthorPosts
This topic contains 5 replies, has 2 voices, and was last updated by Sanyam Jain 12 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum