I’m using two Post Loop Builder elements on my homepage (Salient theme, latest version).
I want the post titles within each grid item to appear horizontally centered and vertically positioned in the lower third of the image (instead of centered in the middle).
Could you please let me know if there’s a built-in setting or recommended method (CSS or builder option) to achieve this?
Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
Hi ThemeNectar team,
I’m using two Post Loop Builder elements on my homepage (Salient theme, latest version).
I want the post titles within each grid item to appear horizontally centered and vertically positioned in the lower third of the image (instead of centered in the middle).
Could you please let me know if there’s a built-in setting or recommended method (CSS or builder option) to achieve this?
Thanks so much for your help,
Chris
Attached files: Bildschirmfoto 2025-10-28 um 11.02.36.png
Hi christopherg55 ,
Thanks for reaching out! .
Please provide the page URL so we can write up what's possible.
Best,
Salient Support Team
It's not uploaded yet, but you can try: https://plum-hedgehog-724449.hostingersite.com/
Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
#ajax-content-wrap .layout-stacked[data-text-layout="all_middle"] .item-main .post-heading { justify-content: flex-end !important; }Thanks
Salient Support Team