Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Thu P. a11n

    (@thup90)

    Hi there,

    The width of the .columns-4 ul.products li element seems to stay at 21.25% on smaller screens which has caused the images to be small:

    To override this, you could add something like this:

    @media all and (max-width: 497px) {
    .columns-4 ul.products li {
    width: 100%!important;
    }
    }

    I hope this helps. Feel free to get back to us in case you have any additional questions!

    Thread Starter CNeira

    (@kaenz)

    Excellent, it′s works.

    Thanks you!!

    Plugin Support Thu P. a11n

    (@thup90)

    Hi there!

    Great, I’m glad the code worked for your request. I’m going to mark this as resolved – if you have any further questions, you can start a new thread.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Mobile Small size’ is closed to new replies.