Home Forums Themes Support Gecko Ho do I center meta slider image on mobile view

Topic Resolution: Resolved
Viewing 2 reply threads
  • Author
    Posts
    • #26129

      hello,

      i am trying to achieve, a centered slider (gecko theme meta slider) on mobile view.

      as i read all known settings, it should be centered in mobile view, but it does not

      it appears CSS specificity overrides anything i try

      any suggestions on how to achieve a centered meta slider on mobile view?

      (currently, the image starts on the left)

       

      Attachments:
      You must be logged in to view attached files.
    • #26134

      Hi,

      Please add below code to fix issue on mobile

      @media only screen and (max-width: 480px) {
      .metaslider .slides .ms-image img {
      	height: auto !important;
      	width: 100% !important;
      	max-width: inherit;
      }}

      Regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #26179

      Perfect.

      Thank you for your time and attention 🙂

Viewing 2 reply threads

You must be logged in to reply to this topic.