Okay
  Public Ticket #1499126
Flip box header centered
Closed

Comments

  •  4
    Marcin started the conversation

    Hi,

    Could you please help with centering the header with black background on those flip boxes? I cant find the way to center this. It has changed to left align when I changed the bg width from 100% to auto.

    http://inknart2.e90.biz/#tjanster

    Many thanks in advance!

  •  9,014
    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[data-v_text_align="center"] .flip-box-front .inner {
        transform: translateX(-50%) translateY(-50%) translateZ(60px) scale(.94);
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(60px) scale(.94);
        -ms-transform: translateX(-50%) translateY(-50%) translateZ(60px) scale(.94);
        top: 50%;
        left: 50% !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  4
    Marcin replied

    Works perfect!


    Thank you!