Okay
  Public Ticket #1014989
Equal column height
Closed

Comments

  •  2
    Statiq started the conversation

    Hi,

    Am trying to have a 'latest posts' section showcasing the latest posts from 3 different categories. I used 'Recent Post' with Minimal Title Only look to display. (You can see it here if you scroll to the bottom: http://thelegacyinstitute.org/home-v2/)

    As you can see here the posts are not in equal height, how can I make them equal?

  •  8,997
    Tahir replied

    Hey S, 

    I see you changed the Style

    If you do intend to use the other Style  . Make sure the Images you add are of the Same Size. 
    Be.st 


    ThemeNectar Support Team 

  •  2
    Statiq replied

    I changed it back to the Minimal Title Only style and my images are the same size. 

    Still same issue, can you look at it again?

  •  8,997
    Tahir replied

    There is some padding getting added , Not sure where its coming from . Use this css to override it : 

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .blog-recent[data-style="title_only"] .col {
        padding: 50px 25px !important;
      
    }

    Thanks



    ThemeNectar Support Team 

  •  2
    Statiq replied

    Thanks that made it smaller, but is there a way to have equal heights for the grey rectangles behind the title, or is that due to title length?

  •  8,997
    Tahir replied

    Hey Again,

    You will have to adjust the Column Options , Try adding some padding to center them.

    Bes.t


    ThemeNectar Support Team