Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #997024

    Hi,
    When using mobile phone browse our product list page.
    The product content looks like below:
    Screenshot:
    http://nimb.ws/Yngt6A
    http://nimb.ws/ScMz0H

    How to let the each product content on the bottom of product image? not on the right side of image.

    Our product list URL for testing:

    Thanks!

    #997113

    Hey HeeHA,

    Please check the link, it is not working for me. Are you blocking locations?

    Best regards,
    Victoria

    #997138
    This reply has been marked as private.
    #997189

    Hi HeeHA,

    Can you disable caching and minification for now?

    Best regards,
    Victoria

    #997221
    This reply has been marked as private.
    #997493

    Hi,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 479px) {
      .av-catalogue-column .av-catalogue-list .av-catalogue-image {
          width: 90vw !important;
      }
      .av-catalogue-item-inner {
          float: left;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #997500

    Hi,Victoria

    Looks great.

    Thank you!

    #997533

    Hi,

    Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.