Okay
  Public Ticket #426685
Nectar Slider Positioning
Closed

Comments

  • Nick started the conversation

    Hello,

    I would like to change where the nectar slider caption/heading starts. I am not looking to change the size or scaling of the texts. I am specifically looking for the positioning on a vertical relation.

    For example - when I select the "bottom" vertical alignment setting - I would like the text to start closer to the bottom of the browser window.

    Can you point me in the direction?

    Thanks.

  •  8,849
    Tahir replied

    Hey,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    .parallax_slider_outer.first-section .swiper-slide .content {
        margin-top: 50px !important;
    }

    Thanks



    ThemeNectar Support Team