Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #13578
    morphies
    Member

    I’d like to increase the overall width of the single column layout as it’s a little “thin” for our taste.

    I’ve created a child theme (bear with me I’ve only been using wordpress for 20 minutes) and tried adding:

    [code]#content {width 90%};[/code] but doesn’t make any difference.

    help pwease!

    http://www.insightndt.co.uk/wordpress

    #13602
    Sakin
    Keymaster

    @morphies: Currently your site have 690px with. So, to increase to 800px,
    you can add the following CS in “Appearance => Theme Options => Custom CSS” box.

    .content-onecolumn #page {
        max-width: 100%;
        width: 800px;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘increase the overall width of single column layout’ is closed to new replies.