Okay
  Public Ticket #2984175
Portfolio grid text align
Closed

Comments

  •  4
    D0PY started the conversation
    Hello,

    Is it possible to align at the same level the title and the date of the project, as the thumbnail?
    (see attachment)

    thank you very much!

  •  8,839
    Tahir replied

    Hey Again,

    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):

    .nectar-post-grid-wrap[data-style=content_under_image] .nectar-post-grid[data-card=yes] .nectar-post-grid-item .content {
        padding-left: 10px !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  4
    D0PY replied

    thank you very much !