Comments Kasper started the conversationMay 4, 2016 at 1:19amHi guysI would like to move the content (text and buttons) in one of my slides.I tried with this custom css:.nectar-slider-wrap[data-full-width="false"] .swiper-slide .content { top: 400px !important;}But then it moved the content in all the slides. How can I avoid this? :)I would like to move the content in slide 2 onlyThank you- Kasper 8,994Tahir repliedMay 5, 2016 at 4:03pmHey , You can use the nth-child selector or add a extra class in the Nectar Slide and then use that to target the slide. Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) : .nectar-slider-wrap[data-full-width="false"] .swiper-slide:nth-child(3) .content { top: 400px !important; } Best. ThemeNectar Support Team Kasper repliedMay 6, 2016 at 1:45amPerfect! Thank you :) Sign in to reply ...
Hi guys
I would like to move the content (text and buttons) in one of my slides.
I tried with this custom css:
.nectar-slider-wrap[data-full-width="false"] .swiper-slide .content {
top: 400px !important;
}
But then it moved the content in all the slides. How can I avoid this? :)
I would like to move the content in slide 2 only
Thank you
- Kasper
Hey ,
You can use the nth-child selector or add a extra class in the Nectar Slide and then use that to target the slide.
Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
Best.
ThemeNectar Support Team
Perfect! Thank you :)