Viewing 6 replies - 1 through 6 (of 6 total)
  • In your Child Theme or CSS Editor Plugin try this code:

    .has-right-sidebar #sidebar-left, .has-right-sidebar #sidebar-right, .has-left-sidebar #sidebar-left, .has-left-sidebar #sidebar-right {
        width: 25.8333%;
    }
    
    .has-right-sidebar .site-main, .has-left-sidebar .site-main {
        width: 64.5833%;
    }

    You need to reduce the 25.5833% and increase the 64.5833%

    Might take some trial and error.

    *Note
    If your theme has a custom CSS Editor in it, you can also paste the code in there.

    Never edit core CSS or PHP files, they’ll be deleted when the theme is updated.

    Thread Starter keepitmodest

    (@keepitmodest)

    I am using the Make Theme

    I am using the Make Theme

    I know, I tried the code through FireBug

    Thread Starter keepitmodest

    (@keepitmodest)

    Also, I only have a left sidebar

    Also, I only have a left sidebar

    That’s fine the code will also adjust if you switch to right side sidebar.

    Thread Starter keepitmodest

    (@keepitmodest)

    This worked to reduce my left sidebar.

    For the main section, it has not made it bigger. I tried to adjust it, but it would not get bigger. After a certain value, it just drops to the bottom of the page.

    How can I have the Main section widen to the right side, where there is no sidebar?

    https://www.keepitmodest.com

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Adjust Sidebar Width’ is closed to new replies.