[Support request] Can't remove the content in the side bar.

Home Forums Support [Support request] Can't remove the content in the side bar.

Home Forums Support Can't remove the content in the side bar.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #382089
    Siong Boon Lim

    Hi,

    I have go to the Widgets->to remove everything on the “Right Sidebar”.
    http://www.fuel-your-passion.com/fuel-your-passion/
    but there is still a “search box” and an “archive list” found on the right sidebar.

    I would like to keep the right side bar because the spacing helps to keep my content box width smaller.
    If the content box width too wide, my text will span across longer and will be difficult to read.

    Try also on the “Customize” but couldn’t find anything which can help remove away the things on the right side bar.
    I need some help on this.
    Thank you.

    #382097
    Leo
    Staff
    Customer Support

    Hi there,

    What if we use the Content (no sidebars) layout and just use the CSS below to make the content container narrower?

    body .site.grid-container {
        max-width: 825px;
    } 

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    #382099
    Siong Boon Lim

    Thank you. I will try this css.

    But I don’t quite understand why all the widget is already remove from the right sidebar, there are still something on the sidebar. Could it be a bug?

    #382100
    Leo
    Staff
    Customer Support

    Those two widgets are inserted by default to fill the space when there are no widgets added by the user.

    Because if there are no widgets then sidebar shouldn’t need to be used. There are always better alternative.

    #382109
    Siong Boon Lim

    I may need it on other pages.
    Just that for certain page, I prefer to leave it blank.

    This default means I cannot control how I want it to look like.

    Wonder if it is possible to remove the default?
    If I need the “search” and “archive” features I can manually insert it.

    #382118
    Leo
    Staff
    Customer Support

    If you use Tom’s Simple CSS plugin: https://docs.generatepress.com/article/adding-css/#simple-css

    It gives you a CSS metabox on each page so you can just copy and paste the code to get that layout.

    Unfortunately currently is not possible to remove them when sidebar layout is selected.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.