[Resolved] woocommerce Shop page mobile view not well

Home Forums Support [Resolved] woocommerce Shop page mobile view not well

Home Forums Support woocommerce Shop page mobile view not well

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #130138
    Mueen Mehmood

    Dear,

    I am new here and working on a islamic art website where we are selling islamic art painting i am using woo-commerce with GP its working fine but i have a issue with the shop page of woo-commerce that is my default page here in this website.

    When i open in Iphone-4 products should be align center but products not shown in single align first product display in left side second in right side and so on…

    kindly give me some suggestion to resolve this issue….

    Mueen Mehmood
    Web Developer (APP-DIGI Lahore Pakistan)

    #130140
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Any chance you can link me to the page so I can take a look?

    Thanks!

    #130144
    Mueen Mehmood

    Thanks Tom

    here is link http://islamicartonline.com/

    Regards,

    Mueen Mehmood

    #130209
    Mueen Mehmood

    Dear Tom there

    did you visit the website ???

    #130223
    Jean Paiva
    Developer

    Try this:

    @media screen and (max-width: 400px) {
    	.grid li {
    		min-width: 100%!important;
    	}
    }
    #130264
    Tom
    Lead Developer
    Lead Developer

    This is actually due to the “WooCommerce small screen” stylesheet you have added to your site.

    Try this:

    @media (max-width: 768px) {
          .woocommerce ul.products li.product:nth-child(2n), 
          .woocommerce-page ul.products li.product:nth-child(2n),
          .woocommerce ul.products li.product, 
          .woocommerce-page ul.products li.product {
                float: none !important;
          }
    }
    #130771
    Mueen Mehmood

    Thanks @ Tom its working fine πŸ™‚ πŸ™‚

    Regards,

    Mueen Mehmood

    #130783
    Tom
    Lead Developer
    Lead Developer

    Glad I could help! πŸ™‚

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