Okay
  Public Ticket #2914954
Changing height of the 'List With Tall Featured First Row'
Closed

Comments

  •  19
    Brian started the conversation

    Hi again,

    I was wondering how I can change the 'List With Tall Featured First Row' height as it is now 469x680 (in 1080p), but I want it to be a square image, so 469x469px.

    I tried to change different CSS classes, but I seem to miss something.
    How can I change the height of this. I added an image, so I hope that it is there when the post is published as this did not work last time.

  •  8,860
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •  19
    Brian replied

    https://www.lantack.com

    The section is just right above the footer. 😊

  •  8,860
    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=list_featured_first_row] .featured .post-featured-img {
        padding-bottom: 100% !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  19
    Brian replied

    Thanks Tahir, that's perfect! 😄