• I am trying to figure out how to change a few things. I found a few solutions but they don’t work for me.

    – I’ve already hidden the sidebar but I would like to reduce the width of it completely. I’m not going to use it at all basically.

    – I’ve hidden the page titles but I would like to move everything up. Without the page title, there is a blank space and I would like to move the content u some more.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there,

    Thanks for writing in,

    First, please provide us with your website’s URL so we can take a closer look and provide you with a tailored response.

    In the meantime, you could try making your page fullwidth after hiding your sidebar. You can do this by going to your post’s edit page and selecting fullwidth option as shown here: https://prntscr.com/79jdid

    Thanks.

    Thread Starter heavenspeace

    (@heavenspeace)

    thank you so much! that did the trick.

    An example page would be https://heavenspeace.com/shra/services/boarding/

    I want to move the content of the page closer to the menu

    Hi there,

    I used the code below to adjust my sidebars to 25%. This was done in the CSS editor.

    .aside {
    width: 25%;
    }

    #primary {
    width: 870px;
    }

    #sidebar-primary {
    width: 300px;
    }

    However, this disabled responsive design. I am still looking for a better alternative because I need to maintain the responsive design.

    I would like my sidebars to only be about 25% of the page width.

    Maybe this will help you or someone will have a better suggestion?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘sidebar width’ is closed to new replies.