Slider size on mobile

Home Support Business Point Slider size on mobile

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #17555
    Anonymous
    Inactive

    Is there a way to adjust the slider height on mobile. It is very small.

    #17594
    nirav
    Keymaster

    Hello There!

    Hope you are doing good!

    Please add custom CSS by following below mentioned steps

    1) Please log in to the admin area
    2) Go to “Appearance >> Customize >> Additional CSS”.
    3) Paste the below code in “Additional CSS” and save it afterward

    @media only screen and (max-width: 479px){
        #main-slider .cycle-slide{height: 360px;}
        #main-slider .cycle-slide img{height: 100%; object-fit: cover;}
        #main-slider .cycle-caption p {display: block;}
        #main-slider:hover .cycle-next{right: 20px;}
        #main-slider:hover .cycle-prev{left: 20px;}
    }

    Hope this helps!

    Have a great day ahead!

    Regards,
    Team ProDesigns

    #17597
    Anonymous
    Inactive

    Thanks! That worked well!

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