• Hi

    my template for single post is without sidebar.
    There’ s an issue, some elements are not aligned and stretch the entire width. Other’s are misaligned on the left outside the container.
    Any idea how to solve the issue?

    Thanks!

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

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

    As checked getting the sidebar on the page.

    Please share the snapshot and page URL to inspect the issue.

    Thread Starter leobughi

    (@leobughi)

    Hi

    thanks for your reply.
    Here a post: https://www.pensatoio.com/il-pensatoio-si-rinnova-ecco-come/
    The issue isn’t only on that one, but also in other pages and posts as well.
    Any idea would be much appreciated.

    Thanks!

    The problem lies in the width of the layout you have given to your website “the width is too large to hold the sidebar and centered images in their place”.

    Go to Appearance / Customize / General Settings / “decrease the number from (Content Width).

    Let them know …

    Hi,

    Seems the issue has been fixed.

    If not, please try to add the below CSS code from the Appearance > Customize > Custom CSS, and check.

    .single-post.content-max-width .entry-content section, .single-post.content-max-width .entry-content div { 
    margin: 1.5em auto;
    max-width: 700px;
    padding-left: 20px;
    padding-right: 20px;
    }
    
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Post no sidebar misalignement’ is closed to new replies.