Hello - I followed the instructions here (http://themenectar.ticksy.com/ticket/309659) to design a better mobile view but when my h2 text wraps, it forces my button off the bottom of the page.
Rather than selecting Middle as the verticle alignment, is there a way to define the position of that content block relative to the bottom of the slider (so that any wrapping forces the text up instead of off the bottom)?
Add this into the Custom CSS box located in your Salient Options panel :
@media only screen and (max-width: 1000px) and (min-width: 1px) {
html body .parallax_slider_outer.first-section .swiper-slide .content {
top:150px !important
}
}
Hello - I followed the instructions here (http://themenectar.ticksy.com/ticket/309659) to design a better mobile view but when my h2 text wraps, it forces my button off the bottom of the page.
Rather than selecting Middle as the verticle alignment, is there a way to define the position of that content block relative to the bottom of the slider (so that any wrapping forces the text up instead of off the bottom)?
Thx!
Hey Dale!
Could you provide us the page url so i can have a look.
Thanks
ThemeNectar Support Team
Hey!
ThemeNectar Support Team
Worked perfectly with a bit of tweaking - thanks!!!