• chas0unique

    (@chas0unique)


    Hi all, I have a website that seems to have an error in the featured image slider. When the browser is expanded and sized for mobile, it skews the images. This is the website: worldwideapostilleservices.com How can I fix this?

Viewing 1 replies (of 1 total)
  • pipdig

    (@pipdig)

    This is by no means a good solution, but it may help to get the slider working quickly. You can add the css below to your theme and it should fix the appearance:

    .sow-slider-images li img {
      visibility: hidden;
    }

    It looks like the slider is adding a thumbnail image to the contents of the slide. Ideally, you should find a way to stop that image from being added at all, but as a quick solution the above css will hide it.

    If you are using a plugin to create the slider then the developer should be able to help you with the configuration options that could remove the image properly.

    Hope that helps,

    Phil

Viewing 1 replies (of 1 total)

The topic ‘Responsive Feature Image Slider Help!’ is closed to new replies.