feature picture and blog head picture out of margin

Home Forums Support feature picture and blog head picture out of margin

Home Forums Support feature picture and blog head picture out of margin

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #176275
    Sibylle

    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

    #176378
    Tom
    Lead Developer
    Lead Developer

    Any chance you can show me a page where this is happening?

    #176651
    Tom
    Lead Developer
    Lead Developer

    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/

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.