Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #646800

    On my home page, I have used the Blog Posts advanced editor tool to display recent posts.

    On my All Blog Posts page, I have chosen the exact same tool with the exact same settings.

    Why is it that on my Home page, the preview images are smaller than on the All Blog Posts page, and why is it that the images are centered with the text on the Home page, however, they are left justified on the All Blog Posts page. (This also goes for all my other pages where I’ve used the Blog Posts tool

    The left justification looks awkward with centered text….is everything supposed to be centered by default? I would like to center everything.

    I want to make sure all my preview images are the same size as well. (Once again, the settings i chose for both pages are 100% the same so there’s no reason for the justification and size of the images to be any different).

    Thank you so much!! Let me know how I can fix this!

    #648349

    Hey juliacecere,

    Thank you for using Enfold.

    Please add this in the Quick CSS field:

    #top .fullsize .template-blog .post .entry-content-wrapper > * {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    Best regards,
    Ismael

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