Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1353361

    On Mobile only, how can I move Fullwidth Easy Slider caption down on mobile so it doesn’t cover the word Pace in the image? The size etc is perfect so please don’t change that.

    live site – http://balrajt9.sg-host.com/

    Screenshot – https://ibb.co/NrVNJWv

    Thanks as always

    #1353364

    Hey navindesigns,
    Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    @media only screen and (max-width: 767px) { 
    	#top.home .slideshow_align_caption {
        vertical-align: bottom;
    	}
    }
    

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.