woocommerce Buttons in mobile

Posted in: Newspaper
Post count: 8

Hi, first of all congratz for the theme, the best Ive tried.

I just recently install woocommer plugin I and I found that the buttons of Add and View options doesnt work well for mobile.

http://www.cholismo.com/tienda/

Any solution?

Thx!

Post count: 3343

Hello,
I’ve tested your site on iphone and for me the buttons work fine. Can you give me more details about your issue.

On which device you have tested?
Thanks for the message!

Post count: 8

Hi, I use iphone 4.

Link you a photo: http://we.tl/u6PYW73qWR

Post count: 3343

Hello,
Try with this code, add it in style.css

/* responsive phone */
@media (max-width: 767px) {
      .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
          width: 45% !important;
      }   
}

You can adjust the width percent to fit your iPhone screen exactly.

Thanks for the message!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.