Okay
  Public Ticket #897815
Nectar slider text vertical position
Closed

Comments

  • James started the conversation

    Hi

    My background image on nectar slider requires the text to move up slightly.  but i see there is a dynamic inline style affecting the top (<div class="content" style="top: 189.5px;"><h2 style="opacity: 1; padding-top: 0px;"> )

    where can i edit this "top" property?

    Also how can i disable the largest breakpoint on desktop.  I find the second highest breakpoint adequate

    Thanks 

  •  9,001
    Tahir replied

    Hey James,

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

    Thanks


    ThemeNectar Support Team 

  •  9,001
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    body .swiper-slide .content {
        margin-top: -10px !important;
    }

    Thanks


    ThemeNectar Support Team 

  • James replied

    That did nothing.  

    I think it has more to do with the line
    <div class="content" style="top: 232px;">

    Is it using JS to inject that class?

  •  9,001
    Tahir replied

    Seems to be working as expected : 


    Please clear your cache using this guide: https://themenectar.ticksy.com/article/6226/ where applicable.

    Best.


    ThemeNectar Support Team 

  • James replied

    Awesome! thanks bro

  • James replied

    Hey man.

    Does this trick still work? I really struggle with targeting tags in css


    http://s635624997.websitehome.co.uk/

  •  9,001
    Tahir replied

    Hey Again,

    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