• bschenkman

    (@bschenkman)


    What’s the css element to change the width of the main column on the right hand side of the standard page? Like, the content that’s inside that white box.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Hi there,

    Thanks for using Author!

    I think this CSS is what you’re looking for:

    .entry article,
    .entry .further-reading {
    padding: 24px 48px;
    }

    That code will reduce the padding around the sides of the white container, but you can customize those values however you’d like.

Viewing 1 replies (of 1 total)

The topic ‘Author Theme – main page width’ is closed to new replies.