Okay
  Public Ticket #3041970
recent posts carousel height
Closed

Comments

  •  8
    jpryce started the conversation

    Hi

    Is there any way to change the overall height of the recent posts display, they all look a bit tall on laptop and mobile. See Case Studies section at the bottom here...

    https://coeval.boundarymarketing.co.uk/variable-message-signs/

    Also is the image height dictated by the height of the featured image? It would be nice if they were all aligned.

    James

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

    .blog-recent[data-style*=classic_enhanced] .post-featured-img img {
        max-height: 230px;
        object-fit: cover;
    }

    Thanks


    ThemeNectar Support Team