Okay
  Public Ticket #318880
Slider Text / Button is Falling off the Bottom of the Slider
Closed

Comments

  • Dale started the conversation

    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!

  •  8,844
    Tahir replied

    Hey Dale!

    Could you provide us the page url so i can have a look. 

    Thanks 


    ThemeNectar Support Team 

  •   Dale replied privately
  •  8,844
    Tahir replied

    Hey!

    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
        }
    }
    Thanks 


    ThemeNectar Support Team 

  • Dale replied

    Worked perfectly with a bit of tweaking - thanks!!!