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.
Yes, sorry.
The site went live yesterday. You find it here:
http://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;
}
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.
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!