• Resolved leegti3

    (@leegti3)


    Hi there..

    Im in the process of creating a blog using the Sator-ii Theme, now i was just wondering if there is a way i can change the width of the single column that the theme uses..

    If someone can point out the nessasary code to change, it would be greatly appreiciated.

    Many Thanks

    Lee

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey,

    I don’t use this theme, but this may work…

    In your stylesheet, you’ll find this:

    .post,#content .page{
    clear:both;
    margin:1em auto 3em;
    overflow:hidden;
    width:50em;
    }

    The width above is what you can change. 50em is about 500px or so. You can play with the width value, and go gradually more em or px, which is a fixed width. Get it too wide and you wind up with a scoll bar at the bottom in lower resolutions.

    You can also try width: 80%, which is a fluid width that #header and #access uses. Sometimes fluid widths don’t look good in content areas because they stretch too much and look funny at high resolutions, but it may be worth a try. You can set a width: 80% and a min-width: 50em, and possibly get the best of both.

    Remember, back up the contents of your stylesheet in case things don’t work and you need to go back.

    Good luck!

    Thread Starter leegti3

    (@leegti3)

    You sir, are a legend..

    Thank you very much for your help, it worked a treat!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sator-ii Theme – Changing column width’ is closed to new replies.