Product list problem in mobile view

May 2014 WordPress Theme
GK User
Thu Oct 01, 2015 6:51 pm
I'm having problem with the mobile view and product list. Since the CSS scale the normal view so that I can have 4 product in a row I think that I ned some extra CSS special for small displays so that the product will fill the width in mobile view.
User avatar
Senior Boarder

GK User
Thu Oct 01, 2015 7:58 pm
Hi,
Could you please provide me with a URL to your website, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it?
User avatar
Moderator

GK User
Fri Oct 02, 2015 9:27 pm
Try to add the following custom css code:
Code: Select all
@media (max-width: 640px) {
    ul.products li.product {
        width: 80%!important;
    }
}
User avatar
Moderator

GK User
Mon Oct 05, 2015 10:54 am
SUPER!!! It was exactly what I was looking for, now I know it's @media!

Thank's a lot :)

/linus
User avatar
Senior Boarder


cron