- This topic has 31 replies, 4 voices, and was last updated 3 years, 5 months ago by
Ying.
-
AuthorPosts
-
September 28, 2022 at 1:37 am #2356099
Justin
I added the css but I’m not sure what you mean “Add paddings and margins to the Parent container as well”
September 28, 2022 at 11:51 am #2356748Ying
StaffCustomer SupportSelect the top container block, and try adding some padding/margin under the spacing tab, you will understand what it means.
September 28, 2022 at 11:59 am #2356759Justin
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?
September 28, 2022 at 3:35 pm #2356928Ying
StaffCustomer SupportNot sure I understand the issue you described, can you share a screenshot to point out the issue?
Let me know!
September 28, 2022 at 4:37 pm #2356980Justin
September 28, 2022 at 5:29 pm #2357014Ying
StaffCustomer SupportI 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-dataThen set
210pxas the image height,100%as the image width, choosecoverforobject fill.September 28, 2022 at 7:57 pm #2357083Justin
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?
September 28, 2022 at 8:06 pm #2357087Fernando Customer Support
No, we don’t make changes. We only ask for credentials to view and observe so we could provide appropriate instructions. 🙂
September 28, 2022 at 8:33 pm #2357104Justin
Cool my sites finally running the way I want I really appreciate all the help with it!
September 28, 2022 at 8:34 pm #2357105Justin
Really love how Generatepress functionality is setup and especially the lightweight aspect of it made my site superfast after rebuilding in Generatpress.
September 28, 2022 at 9:28 pm #2357151Fernando Customer Support
You’re welcome Justin! Glad we could be of assistance, and glad you’re happy with our product!
October 31, 2022 at 7:24 pm #2396130Justin
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 restNovember 1, 2022 at 2:42 am #2396431David
StaffCustomer SupportHi there,
can you:
1. Go to GenerateBlocks > Settings and click the Regenerate CSS.
2. Clear any plugin / server caches.Then let me know.
November 1, 2022 at 11:41 am #2397202Justin
Ok I did that and still have the problem
November 1, 2022 at 12:24 pm #2397256Ying
StaffCustomer SupportCan 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; } -
AuthorPosts
- You must be logged in to reply to this topic.