Okay
  Public Ticket #1110881
Standardizing Flip Box Heights
Closed

Comments

  •  1
    Andrew started the conversation

    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.

  •  8,394
    Tahir replied

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

    .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 

  •  1
    Andrew replied

    I have applied that custom CSS to the relevant page, but the tiles are still various heights.

  •  8,394
    Tahir replied

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

    .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