• Hi, I’m thinking of dropping the sidebar altogether. But when the sidebar is not displayed, the post takes the whole width of the template, which makes it difficult to read (the lines are too long). Is there a way to make the width of the post smaller? I only want to make the post’s width smaller, not the header or footer. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter lauratraveler

    (@lauratraveler)

    Hey, I’ve been thinking, maybe the easiest solution is to increase the left and right padding for desktops? Is this a viable solution if done in %?

    hannah

    (@hannahritner)

    Hey Laura,
    You can use this css:

    @media (min-width: 992px) {
    .single-post div#content {
        width: 960px;
    }
    }

    Just paste it in your custom css box in Theme Options. Hope it works for you!

    Hannah

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Narrow post width when no sidebar’ is closed to new replies.