• Resolved niadev

    (@niadev)


    Hello, the slider image is perfectly visible on desktop and tablet, it flexes accordingly, but when opened from a cellphone i cuts the sides and only shows the partial image on portrait. It does show full image when the device is rotated to landscape.

    Ideas?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter niadev

    (@niadev)

    I was able to resolve it by writing this code into the Customizer>Custom CSS field (or your favorite CSS editor:

    @media (max-width: 480px) {
    .header-filter {
    background-size: contain;
    background-repeat: no-repeat;
    }
    }

    Hope this helps!

    NiaDev

Viewing 1 replies (of 1 total)
  • The topic ‘Slider image is cut on mobile/responsive version’ is closed to new replies.