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

    (@bayejid00)

    Hi @kureman,

    Sorry for the delayed response. Hope you are doing great.

    We have visited your site and checked the product slider on multiple devices. The slider is showing absolutely fine in the center. Have you fixed the issue?

    Please let us know. We are looking forward to your reply.

    Thank you.

    Thread Starter kureman

    (@kureman)

    Hi @bayejid00,

    Thank you for your response!

    I have found the following CSS code to do as I wanted.

    .slick-track {
      display: flex !important;
    }
    .slick-track .slick-slide {
      display: flex !important;
      height: auto !important;
      align-items: flex-end !important;
      justify-content: center !important;
    }

    It seems ok now, but maybe you have a better solution?
    If not I will mark this topic as resolved ??

    Plugin Support Bayejid Ahmed

    (@bayejid00)

    Hi @kureman,

    We appreciate your effort to figure out this solution on your own. Currently, adding custom CSS is the best solution to center the image position in the mobile view.

    We have noted this on our plugin development roadmap. We will definitely improve this in the next version of the plugin.

    Your understanding and patience would be much appreciated.

    Have a nice day.

    Thread Starter kureman

    (@kureman)

    Hi @bayejid00,

    I have just updated the last version of the plugin and you improved it as you said, so I don’t need my CSS code anymore, thank you!

    Have a nice day too.

    Plugin Support Pulak Ahmed

    (@pulak00)

    Hi @kureman,

    Good to hear from you. Yes, the issue has been fixed in the latest version of the plugin.

    If you are happy with the plugin and support, please share your experience in the plugin’s review section.

    Your each and every word will motivate us to keep doing the hard work and provide the best support as promised.

    Thank you.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Centering on mobile’ is closed to new replies.