Okay
  Public Ticket #2488191
Text aligning on flip box
Closed

Comments

  • richwoodmarketing started the conversation

    I need the text in this row of flip boxes to be aligned at the top so they are straight across the top.


    This is on the salient theme. It won't let me enter my license code i just renewed this morning.

    ddee43d5-7d3f-4fcb-80d8-7a42fac156c8

  •  2,744
    Andrew replied

    Hi there,

    Use the following custom CSS

    .nectar-fancy-box[data-style="color_box_hover"] .inner {
        align-items: initial;
    }

    Also, Salient doesn't require you to enter a license code in order to "activate" it or any features within it.

    Hope this helps.