[Resolved] My post that display on home page not aligned

Home Forums Support [Resolved] My post that display on home page not aligned

Home Forums Support My post that display on home page not aligned

Viewing 15 posts - 16 through 30 (of 32 total)
  • Author
    Posts
  • #2356099
    Justin

    I added the css but I’m not sure what you mean “Add paddings and margins to the Parent container as well”

    #2356748
    Ying
    Staff
    Customer Support

    Select the top container block, and try adding some padding/margin under the spacing tab, you will understand what it means.

    #2356759
    Justin

    Ok I figured that part out but after adding all those changes it fixed the bottom being aligned but it’s still making that post with 3 lines for title image sorter so it’s not aligned with the other posts’ images anyway to fix that?

    #2356928
    Ying
    Staff
    Customer Support

    Not sure I understand the issue you described, can you share a screenshot to point out the issue?

    Let me know!

    #2356980
    Justin
    #2357014
    Ying
    Staff
    Customer Support

    I see, there’re 2 options:

    Use this CSS:

    .post.dynamic-content-template img {
        max-height: 210px;
        object-fit: cover;
    }

    Or
    Replace the dynamic image block with an image block of GB and enable its dynamic data:
    https://docs.generateblocks.com/article/image-overview/
    https://docs.generateblocks.com/article/image-overview/#dynamic-data

    Then set 210px as the image height, 100% as the image width, choose cover for object fill.

    #2357083
    Justin

    Ok thank you also you guys didn’t change anything when I sent you login info expect for to see what’s going on in the backend right?

    #2357087
    Fernando
    Customer Support

    No, we don’t make changes. We only ask for credentials to view and observe so we could provide appropriate instructions. 🙂

    #2357104
    Justin

    Cool my sites finally running the way I want I really appreciate all the help with it!

    #2357105
    Justin

    Really love how Generatepress functionality is setup and especially the lightweight aspect of it made my site superfast after rebuilding in Generatpress.

    #2357151
    Fernando
    Customer Support

    You’re welcome Justin! Glad we could be of assistance, and glad you’re happy with our product!

    #2396130
    Justin

    This issue came back and I think it was after updating GB
    the exact problem is the read more label is not aligned with the rest

    #2396431
    David
    Staff
    Customer Support

    Hi there,

    can you:

    1. Go to GenerateBlocks > Settings and click the Regenerate CSS.
    2. Clear any plugin / server caches.

    Then let me know.

    #2397202
    Justin

    Ok I did that and still have the problem

    #2397256
    Ying
    Staff
    Customer Support

    Can you try change this CSS:

    .dynamic-content-template > .gb-container > .gb-inside-container > .gb-container > .gb-inside-container > .dynamic-entry-excerpt > .read-more-container {
        margin-top: auto;
    }

    to this:

    .dynamic-content-template > .gb-container > .gb-inside-container > .gb-container > .gb-inside-container > .dynamic-entry-excerpt > :is(.read-more-container, .read-more-button-container) {
        margin-top: auto;
    }
Viewing 15 posts - 16 through 30 (of 32 total)
  • You must be logged in to reply to this topic.