Comments 1Andrew started the conversationMarch 24, 2017 at 2:15amHow do I standardize the flip-box heights? There seems to be plenty of room on the back of the cards, so I'm not sure why some are taller than others. 9,001Tahir repliedMarch 24, 2017 at 5:56pmHey Again,Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) : .nectar-flip-box[data-flip-direction="horizontal-to-left"] .flip-box-back,.nectar-flip-box[data-flip-direction="horizontal-to-left"] .flip-box-front{ min-height:350px !important; } Thanks ThemeNectar Support Team 1Andrew repliedMarch 25, 2017 at 12:26amI have applied that custom CSS to the relevant page, but the tiles are still various heights. 9,001Tahir repliedMarch 25, 2017 at 5:56pmTry increasing the value to 400 Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) : .nectar-flip-box[data-flip-direction="horizontal-to-left"] .flip-box-back,.nectar-flip-box[data-flip-direction="horizontal-to-left"] .flip-box-front{ min-height:400px !important; } Thanks ThemeNectar Support Team Sign in to reply ...
How do I standardize the flip-box heights? There seems to be plenty of room on the back of the cards, so I'm not sure why some are taller than others.
Hey Again,
Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
Thanks
ThemeNectar Support Team
I have applied that custom CSS to the relevant page, but the tiles are still various heights.
Try increasing the value to 400
Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
Thanks
ThemeNectar Support Team