Okay
  Public Ticket #1841035
Fancy Box
Closed

Comments

  • c3sandiego started the conversation

    Is there a way to have the content in a Fancy Box be top aligned? I have the columns and content set to top align and equal height, but the content remains center aligned. 

    Thank you!

  •  3,030
    Andrew replied

    Hi,

    Thank you for contacting us.

    Please send us a link to the page with the fancy boxes.

    Kind Regards

  •   c3sandiego replied privately
  •  8,996
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

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

    Thanks


    ThemeNectar Support Team 

  • c3sandiego replied

    Hello,

    I added the CSS and there is no red cross, but it doesn't seem to have done anything. I cleared the cache as well to  make sure it wasn't pulling anything old, but they're still centered horizontally. 

  •  8,996
    Tahir replied

    The css is not showing up on the Frontend and works when added to the Live Browser: http://prntscr.com/m5t5zf .

    Please clear your cache using this guide: https://themenectar.ticksy.com/article/6226/ and have a look at this Article: http://themenectar.com/docs/salient/updating-salient/#troubleshooting .

    Best.


    ThemeNectar Support Team 

  • c3sandiego replied

    That worked! Thank you!