I have the Cutline 2-column-right theme. I would like to increase the width of the main column in order to be able to use photos in a larger size, from 500px now to, say, 700px. How can I do that? My site is tomspender.com
Thx!
I ended up finally figuring it out...
I made a change to the styles.css and added a 4th content box type
#content_nl { width: 700px; padding: 0 0 0 20px; float: left; }
and then adjusted my no left template to replace this line:
<div id="content" class="posts">
With this line
<div id="content_NL" class="posts">
and *poof* I now had a template that works and just puts the one right sidebar instead of both sidebars which now gives me the ability to have more room for content on specific pages.
I had never seen your theme before, but my boss hired some company to build a website for us, and they picked it for the theme, I would use it myself, but well, who wants to use the same theme as their office? nice job though!
I have the Cutline 2-column-right theme. I would like to increase the width of the main column in order to be able to use photos in a larger size, from 500px now to, say, 700px. How can I do that? My site is tomspender.com
Thx!
Edit style.css and find all the values that are approximately 750 - 770 in width and add 200 pixels (the additional width you want to add to the main column)
#content_box
770 -> 970
ul#nav
750 -> 950
#masthead
770 -> 970
#container
770 -> 970
#footer
770 -> 970
Then find #content and change 500px to 700px.
Bookmarks