Site logo

[Support request] How to stop the sidebars from affecting post content

Home Forums Support [Support request] How to stop the sidebars from affecting post content

Home Forums Support How to stop the sidebars from affecting post content

Viewing 6 posts - 16 through 21 (of 21 total)
  • Author
    Posts
  • #1524065
    kyle

    Yes I’d like everything to stay the same. I Just want to move the right widgets more into the white space. perhaps allowing the content to spread only a little bit. maybe 75px?

    #1524138
    David
    Staff
    Customer Support

    The simplest fix is to create a different Layout Element for your Single Posts and increase the Content Width

    #1524142
    kyle

    I’ve tried that, it doesn’t work

    #1524159
    David
    Staff
    Customer Support

    If you want the content to be centered and to be 950px wide, then to its right a roughly 300px wide sidebar then the width requirements are:

    300px ( left sidebar space ) | 950xp ( centered content ) | 300px ( right sidebar space )

    Which is a total of 1550px.

    The only way to keep all of these spaces would be to reduce the content width or the sidebar width.

    #1524217
    kyle

    Where can i change all these individual space amounts? Thanks for your help David; im struggling with this one abit.

    #1524630
    Elvin
    Staff
    Customer Support

    Hi,

    Where can i change all these individual space amounts? Thanks for your help David; im struggling with this one abit.

    You can adjust the width of left and right sidebar through Dashboard > Appearance > Customize > Layout > Sidebars. You should see something like this – https://share.getcloudapp.com/eDuPOPAQ

    If you prefer to use fixed pixel values, you’ll have to use Custom CSS w/ these selectors:

    #right-sidebar { width: 300px; }
    #left-sidebar { width: 300px; }

    For the content container, you can use #primary or .content-area.

    Example:
    #primary { width: 950px; }
    or
    .content-area { width: 950px; }

    And as for the container that wraps both the content area and the sidebars, you can control it through Dashboard > Appearance > Customize > Layout > Container and set the Container Width which sets its max-width.

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