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

    HI, My fullscreen slider on mobile is quite tall. How do I make things more proportioned?

    #1417016

    Hi stephaniebLOS,

    Please try to add this CSS code in Enfold > General Styling > Quick CSS:

    @media only screen and (max-width:767px) {
      #top .avia-fullscreen-slider .avia-slideshow {
        max-height: 50vh;
      }
    }

    Just change the value, 50vh is 50% of the vertical height of the screen.
    Hope this helps.

    Best regards,
    Nikko

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