• Resolved ashleydpoole

    (@ashleydpoole)


    How could I increase the width of the main content / page contents? Note – I don’t want to adjust the width of the sidebar just the main content.

    I believe it’s something to do with columns?

    Thanks in advance!

Viewing 5 replies - 1 through 5 (of 5 total)
  • You can try something like this:

    site-content {
        max-width: 1300px; // or the width value you wish
    }
    Thread Starter ashleydpoole

    (@ashleydpoole)

    I don’t think this has helped. Isn’t this theme based on columns?

    It would be helpful if you post your URL, so we can help better.

    Theme Author Anthony Hortin

    (@ahortin)

    The default width of the site is currently 1200px. If you’d like to change the width of the whole site overall, then you can do a search for ‘1200px’ (without the quotes) and change it to whatever you’d like.

    This will change the width of the main content area and the sidebar though.

    If you want to increase the width of the main content area, but still keep the sidebar the same width, you’ll need to perform the above change to change the width of the whole site plus, as you pointed to in your original post, you’ll also need to change the columns in the template files.

    The site currently uses a 12 column grid. It uses 4 columns for the sidebar and 8 columns for the main content area (4+8=12).

    After changing the width of the site, you’ll then need to reduce the sidebar to 3 columns and then increase the main content area to 9 columns.

    If you were to simply change the columns without changing the overall width of the site, then you’ll end up increasing the main content area and reducing the sidebar, which is not what you want.

    I hope this helps.

    Thread Starter ashleydpoole

    (@ashleydpoole)

    Thanks. I knew I had heard of columns somewhere.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Increase width of main content’ is closed to new replies.