• Resolved erminiadev

    (@erminiadev)


    Hello,

    I would need help with centering the products on mobile, I don’t see an option for this and don’t know what kind of code I should use to do it. They stick to the left instead of being nicely centered. Here is a video demo of what happens:

    Thanks

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Bayejid Ahmed

    (@bayejid00)

    Hi @erminiadev,

    We find the center issue. To resolve it, just use the following CSS to the custom CSS field like this screenshot.

    #wps-slider-section .wps-product-section .wpsf-product {
        width: 100% !important;
    }
    #wps-slider-section .sp-wps-theme_two img.wpsf-product-img {
        width: 100%;
    }

    After this, let us know if it works or not.

    Plugin Support Bayejid Ahmed

    (@bayejid00)

    Hi @erminiadev,

    This thread has been inactive for a bit, so I’m going to mark it as Resolved now. Please feel free to open a new one if you have any further questions.

    Cheers!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘centering images from the slider on mobile’ is closed to new replies.