Hello.
i love the theme, but for my personal taste, the two small sidebars are too small, and the big bar option is too big.
I wanna ask here before messing with the code; is there an easy "width" option in order to do so?
Regards.
Hello.
i love the theme, but for my personal taste, the two small sidebars are too small, and the big bar option is too big.
I wanna ask here before messing with the code; is there an easy "width" option in order to do so?
Regards.
I ment a "width" setting within a php or CSS file.
Regards.
Hey,
You can adjust the widths of the main content and sidebars by adjusting the width element of this code:
- style.css line 635
#content, .entry-no-pic .entry-content {
float: left;
margin: 0 20px 0 0;
overflow: hidden;
padding: 0 0 50px 20px;
width: 580px;
}
- style.css line 799
.sidebar {
float: left;
margin: 0 20px 40px 0;
overflow: hidden;
padding: 0 0 0 19px;
width: 150px;
}
You'll probably find that other elements (such as featured images) need adjusting as well, if you need to hire someone to help you with your modification there is a topic for this over at Theme Forest: http://themeforest.net/forums/thread/so-you-know-how-to-customize-a-template-and-want-to-make-some-money/24795
James
You must log in to post.