• Resolved blindtexth

    (@blindtexth)


    Hi,
    I am using wp-sp to show two posts on a single page in two columns.
    On smaller screens the content overlaps … how can I change that?

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support Elvin

    (@ejcabquina)

    Hi there,

    I’ve checked the page in question but I don’t see any WPSP list in it.

    Can you confirm if it’s the right page?

    Let us know.

    Thread Starter blindtexth

    (@blindtexth)

    Yes, sorry.

    The site went live yesterday. You find it here:

    https://fredener-musiktage.de/composer-in-residence/

    Plugin Support Elvin

    (@ejcabquina)

    Thanks.

    I’ve inspected the site and the issue is coming from the attachment image in the excerpt.

    The image attachment has a fix width of 580px which is preventing the article container from adjusting properly.

    You can try adding this CSS to address the issue.

    .wp-show-posts-entry-content div.wp-caption { 
    width: 100% !important; 
    }
    Thread Starter blindtexth

    (@blindtexth)

    Hi,
    yes this works very well, thank you very much.
    I will have a look, why it is with a fixed width.

    Plugin Support Elvin

    (@ejcabquina)

    Check it on the post’s content area where it is added.

    The block you’ve added the image on may be set to that width.

    Thread Starter blindtexth

    (@blindtexth)

    ah, yes,
    in the ?caption ID? was a fixed width. Without, there is no caption – which is fine, too.

    Thank you again for your kind support!

    Plugin Support Elvin

    (@ejcabquina)

    Nice find.

    No problem. ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Overlapping content’ is closed to new replies.