• How do I change the width of the side menu? Even if I remove the logo, the sidebar stays the same width,
    Thanks

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

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

    (@bensibley)

    Thanks for using Author!

    You can change the width of the sidebar like this:

    @media all and (min-width: 950px) {
    
      .main-sidebar {
        width: 15%;
      }
      .main {
        width: 85%;
      }
    }

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

    Thread Starter butterball72

    (@butterball72)

    Thank you so much

    Thread Starter butterball72

    (@butterball72)

    OK, I just bought the pro version. I did as you suggested but now the background image is not butting up against the left menu now. I have the image position on “left” in the background settings.
    Even if I try to add a header image, it also won’t move left against the menu.
    How do I move it left?
    Thanks

    • This reply was modified 5 years, 3 months ago by butterball72.
    Theme Author Ben Sibley

    (@bensibley)

    Thanks for upgrading!

    Please add the following CSS to move the header image and background image over:

    .header-image {
      width: 85%;
    }
    .main-bg-image {
      left: 15%;
    }
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Left menu width’ is closed to new replies.