We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Locked Topic
[ C ] Changing sidebar width
Topic Started: Nov 12 2011, 01:33 PM (365 Views)
Raging Woman
Member
[ * ]
Board Address: http://s3.zetaboards.com/afterlight/index/
Board Software: ZetaBoards
Description: Make the width of the sidebar wider, so that there isn't such a narrow column of text and information.

Using this code:
http://resources.zetaboards.com/topic/5115906/1/ by Cory

Thanks,
Raging Woman
Offline Profile Goto Top
 
Pando
Member Avatar
Member
[ *  *  *  *  *  * ]
Code:
 
#sidebar {
padding: 10px;
position: absolute;
width: 150px;
}

#main {
margin-left: 170px !important;
}
In the CSS of the Augeas theme, find that and replace it with:
Code:
 
#sidebar {
padding: 10px;
position: absolute;
width: 218px;
}

#main {
margin-left: 230px !important;
}

:)
Offline Profile Goto Top
 
Raging Woman
Member
[ * ]
Oooooohhhhhh. That was easy enough! Thanks a bunch for the quick reply! :)
Offline Profile Goto Top
 
lightfire
Member Avatar
littlegraycloud
[ *  *  *  *  *  * ]
Completed!

Your request has been completed. If you have any questions or concerns regarding the state of your request, please feel free to contact me via PM.
Offline Profile Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Closed Requests · Next Topic »
Locked Topic