• Resolved jrblack10

    (@jrblack10)


    First, I really like this clean and simple blog theme. I would like to use it, but I do not like how narrow the main column or left column of the theme is. Can you help me find where or what to edit to make that width wider?

Viewing 1 replies (of 1 total)
  • Thread Starter jrblack10

    (@jrblack10)

    Sorry… it was real late and guess I was not thinking clearly…
    Simply using Chrome debugger, was able to find the class name that controls the width of the content. .site-container
    Then in Additional CSS settings for the theme, simply overrode the class with a different max width.
    .site-container {
    max-width: 1100px;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Width of main post column’ is closed to new replies.