Okay
  Public Ticket #4513314
CSS
Open

Comments

  • George Pytlik started the conversation

    I have tried every which way to get the FancyBox to have the content align to the top, without success. What's the CSS tag that allows me to set the vertical alignment on these? They look terrible when the content of every box is positioned at a different level.

  •  404
    Pat replied

    Hello George,

    Thanks for reaching out and I trust you're keeping safe!

    To override this and align all your content to the top, please add the following CSS snippet to your Salient > General Settings > CSS/Script Related > Custom CSS Code box:

    .nectar-fancy-box .inner {
        align-items: flex-start !important;
    }

    Give it a try and let us know how it goes!


    best regards,

    Salient Theme Support

  • George Pytlik replied

    Perfect! Thank you so much.