+ Reply to Thread
Page 2 of 2 FirstFirst 1 2
Results 11 to 13 of 13

Thread: Adjusting columns/header widths, how, best way?

  1. #11

    Default

    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!

  2. #12
    Join Date
    Jul 2009
    Posts
    4

    Default

    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!

  3. #13
    Join Date
    Feb 2009
    Posts
    605

    Default

    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.

+ Reply to Thread

Similar Threads

  1. Three columns, 1024 width - how do I do?
    By Termite in forum Community Exchange
    Replies: 3
    Last Post: 04-28-2010, 04:02 PM
  2. Replies: 6
    Last Post: 02-12-2010, 11:46 AM
  3. [Howto] posts in 2 main columns
    By emmeticus in forum Cutline Mods
    Replies: 0
    Last Post: 02-11-2010, 08:42 PM
  4. Greater separation of posts/columns on index page?
    By scubydu in forum Posts, Pages, Comments
    Replies: 8
    Last Post: 09-30-2009, 06:33 PM
  5. Adjusting size of fonts
    By rainforestinn in forum Cutline Mods
    Replies: 4
    Last Post: 06-15-2009, 01:34 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts