Okay
  Public Ticket #2319797
Fancy Box Vertical align
Closed

Comments

  •  11
    RanebrookZina started the conversation

    Hello


    Could you help me with one more question, please? Is it possible to align the all content in Fancy Box to the top. I couldn't find any settings for it.  Screenshot attached. 


    Many Thanks 

    Zina

  •  8,992
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •   RanebrookZina replied privately
  •  8,992
    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 {
        display: -webkit-flex;
        display: flex;
        align-items: start !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  11
    RanebrookZina replied

    It worked perfectly. Thank you

  •  11
    RanebrookZina replied

    Could I ask you to help with one more thing, please? 

    Would it be possible to hide the line  under the fancy box, please? Screenshot below:

  •  8,992
    Tahir replied

    Hey Again,

    Thats actually a Scroll Indicator though you can hide it using the css below.

    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-flickity[data-controls="touch_total"] .visualized-total span {
        visibility: hidden !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  11
    RanebrookZina replied

    Thank you