• Hi,

    Thank you for the great Sydney theme.

    Since last upgrade, the width of the single posts has shrinked and now they look narrower than before. And the fact is that all I had in an iframe HTML block now has an horizontal scroll bar as you can see at the bottom of this post, as an example: https://ce-terrassa.cat/coneixermon-%c2%b7-anem-a-trobar-el-tio-a-sant-llorenc-del-munt-2/

    I’ve been looking for a way of having narrower margins, but all I tries (mainly CSS on the Additional CSS settings) didn’t work.

    Is there any way I can manage the width of the content in a single post to make it wider?

    Thank you!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • @francescmuntada thank you for your question.

    Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.

    .single-post .no-sidebar .entry-thumb, 
    .single-post.no-sidebar .entry-thumb,
    .single-post .no-sidebar .entry-header, 
    .single-post .no-sidebar .entry-content, 
    .single-post .no-sidebar .entry-footer, 
    .single-post .no-sidebar .post-navigation, 
    .single-post .no-sidebar .comments-area, 
    .single-post .no-sidebar .single-post-author, 
    .single-post.no-sidebar .entry-header, 
    .single-post.no-sidebar .entry-content, 
    .single-post.no-sidebar .entry-footer, 
    .single-post.no-sidebar .post-navigation, 
    .single-post.no-sidebar .comments-area, 
    .single-post.no-sidebar .single-post-author {
      max-width: 1024px;
    }

    Hope that helps.

    Regards,
    Kharis

    Thread Starter francescmuntada

    (@francescmuntada)

    Great! It worked! Thank you very much!

    I see that I can even change the width changing de 1024px value!

    Great help! Thank you!

    You’re welcome @francescmuntada!

    Please let us know in a new topic if you have any further questions, or if we can provide you with any other assistance.

    Regards,
    Kharis

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