Announcement

Collapse
No announcement yet.

Category Page Column Centering on Mobile

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Category Page Column Centering on Mobile

    On mobile view on a category page, the product columns don't appear to be centered. I took the attached screenshot from https://colossus.mivareadythemes.com. It isn't super noticeable here, but we are using images which are not on a white background and you can really tell.

    column-centering-colossus.jpg

    #2
    Interesting. I'll investigate it further, but for a quick-fix, add this to your theme-styles.css file:
    Code:
    .x-product-list {
        margin-right: -16px;
    }
    Matt Zimmermann

    Miva Web Developer
    Alchemy Web Development
    https://www.alchemywebdev.com
    Site Development - Maintenance - Consultation

    Miva Certified Developer
    Miva Professional Developer

    https://www.dev4web.net | Twitter

    Comment


      #3
      That did the trick. Thanks.

      Comment

      Working...
      X