Archived topic
feature picture and blog head picture out of margin
2 replies · Started by Sibylle on March 1, 2016
When uploading a feature image putting it to the left, it appears outside the set margins on the left of the post. The same happens with the picture in the blogroll.
When uploading a picture in the blog post header and also to the blogroll and deactivating feature image, the same happens. The picture ends up outside the blog. Everything else is inside (headline, text etc).
Don't know what to adjust anymore. Would be great if you could help
Thanks
Sibylle
Any chance you can show me a page where this is happening?
Ah, you're using Mantle which puts the images up against the container.
To remove this, add this CSS:
.separate-containers .post-image,
.separate-containers .inside-article .page-header-image-single,
.separate-containers .inside-article .page-header-image,
.separate-containers .inside-article .page-header-content-single,
.no-sidebar .inside-article .page-header-image-single,
.no-sidebar .inside-article .page-header-image,
article .inside-article .page-header-post-image {
margin: 40px 0 40px 0;
}
Adding CSS: https://generatepress.com/knowledgebase/adding-css/
