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.
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:
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.
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
Perfect! Thank you so much.