Okay
  Public Ticket #3131407
Flip box
Closed

Comments

  •  2
    sixways started the conversation

    How do I change the padding of the flip box. The left and right padding of my flip box is too wide.

  •  1,877
    Judith replied

    Hi There,

    Thanks for keeping in touch.

    Please send the URL of the page with the flip box so that we can check this out.

    Thanks.

  •   sixways replied privately
  •  1,877
    Judith replied

    Hi There,

    Please try this css:

    .nectar-flip-box .flip-box-back .inner, .nectar-flip-box .flip-box-front .inner {
        padding: 24px;
    }

    Thanks.

  •  2
    sixways replied

    Thank you