Okay
  Public Ticket #4510406
Post Loop Builder - Titel Position
Open

Comments

  • christopherg55 started the conversation

    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

  •  9,551
    Tahir replied

    Hi christopherg55 ,

    Thanks for reaching out! .

    Please provide the page URL so we can write up what's possible.

    Best,

     


     Salient Support Team


  • christopherg55 replied

    It's not uploaded yet, but you can try: https://plum-hedgehog-724449.hostingersite.com/

  •  9,551
    Tahir replied

    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