Okay
  Public Ticket #2370917
Flip Box Text Alignment
Closed

Comments

  • MiLenhart started the conversation

    Hey,

    on the http://consultmi.de/kitas/ site in the Flip Boxes the Text doesn't align in the center.  On this site http://consultmi.de/kommunikation/ it works perfectly. On a mobile device or a tablet it looks even worse. How can i align it in the center?

  •  8,991
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .nectar-flip-box .flip-box-back .inner, .nectar-flip-box .flip-box-front .inner {
        padding: 2px !important;
    }

    Thanks


    ThemeNectar Support Team