• Resolved docbean

    (@docbean)


    I’m about to purchase the VIP upgrade, but before I do, I would like to know 2 things:

    1. Can the sidebar be displayed on the right instead of the left?
    2. There is a lot of wasted space on the sidebar and on the right, see this image. Can that be adjusted?

    Thank you.

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

    (@bensibley)

    Thanks for using Author!

    There is not an option to move the sidebar to the right side of the screen instead.

    Author keeps the maximum width limited to retain an optimal number of characters-per-line to improve readability, but that limitation can be removed with the following CSS:

    .max-width {
      max-width: none;
    }

    Please copy & paste the code above into the “Additional CSS” section in the Customizer (Appearance > Customize), and it will take effect right away.

    The content area normally has extra space on the right side, but that can be limited like this:

    .main {
      padding-right: 5.55%;
    }
    Thread Starter docbean

    (@docbean)

    Thank you, it worked.

    I have a few more questions, but will reserve them for when I’ve purchased the VIP upgrade.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Wasted space on left and right’ is closed to new replies.