Okay
  Public Ticket #940719
Height issue
Closed

Comments

  •  2
    Oliver started the conversation

    Hi there,


    Please could you view the flip cards on the bottom of this page:
    http://vspace.technology

    They are always at various sizes as the characters and length of the words are different. When I resize the page it changes very inconsistently. 

    The images I used are all the same width and height.
    Is there anyway to constrain this? The only time it worked is if I used the exact same sentence which obviously isn't viable.

    Thanks a mil.

  •  8,996
    Tahir replied

    Hey Oliver,

    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-v_text_align="center"] .flip-box-back .inner {
        min-height: 270px !important;
    }

    Thanks


    ThemeNectar Support Team