Okay
  Public Ticket #1439588
Flipbox with border radius?
Closed

Comments

  • Alice started the conversation

    Hi,

    is it possible to adjust the border radius of the flipbox? The normal column settings are not gripping ...

    thanks, *alice.

  •  3,034
    Andrew replied

    Hi Alice,

    You can use this CSS to change the border radius on the front and back:

    .nectar-flip-box .flip-box-front{
        border-radius:50px;
    }
    .nectar-flip-box .flip-box-back{
        border-radius:50px;
    }
    

    Let us know if this is what you mean as we are not all that sure. The flip box element does not have border radius settings you can change. Include a direct link to help clarify if we misunderstood.

    Thanks.

  • Alice replied

    Hi Andrew,
    thanks for the super quick response (I love your support!) Yes, that was indeed the answer to my question.

    One further question regarding those flipboxes: is there a way to "force" them into equal height or do they solely respond to the content inside the flipbox (back in my case)?

    regards, *alice.

  •  3,034
    Andrew replied

    Hi Alice,

    They respond to the content they have inside them so try and equalize the amount in each side or in each flip box if they are side by side. 

    Cheers.