Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #275998
    Jyotirmoy Dey
    Participant

    Hi, how can I have multiple products, say 2 products side by side in mobile view. Currently, in mobile only 1 product shows in the whole width.screenshot

    #276057
    tikaram
    Participant

    @jyo: Can you please post in your site URL so that I can check for the products and provide you the additional css to display two products in mobile view.

    Regards,
    Tikaram

    #276062
    Jyotirmoy Dey
    Participant
    #276181
    Jyotirmoy Dey
    Participant

    any help??

    #276279
    tikaram
    Participant

    @jyo: Please try adding the following additional css and let me know if it works.

    @media screen and (max-width: 479px) {
    	ul.products li.product {
    		width:50% !important;
    	}
    }

    Regards,
    Tikaram

    #276318
    Jyotirmoy Dey
    Participant

    Hi, the alignment for the thumbnails is broken. Mostly on the homepage and on the shop page too. Also, your code only helped in the homepage, didn’t work for the shop page. had to add these

    @media screen and (max-width: 600px) {
    	ul.products li.product {
    		width:50% !important;
    		    padding: 3px;
    	}
    	
    	@media screen and  (max-width: 600px)
    .columns-2 ul.products li.product, .columns-4 ul.products li.product, .columns-6 ul.products li.product {
        width: 48.3445%;
    }

    Attaching the screenshots here

    https://ibb.co/SPWLcXR
    https://ibb.co/rM3D9W9
    https://ibb.co/BKDqfdz

    #276385
    tikaram
    Participant

    @jyo: Please try adding the following additional css and let me know.

    @media screen and  (max-width: 600px) {
    	ul.products.columns-2 li.product:nth-child(2n+1),
    	ul.products.columns-4 li.product:nth-child(2n+1),
    	ul.products.columns-6 li.product:nth-child(2n+1) {
    		clear: both !important;
    	}
    }

    Regards,
    Tikaram

    #276943
    Jyotirmoy Dey
    Participant

    Everything looks same. Doesnt help. How to make the add to cart buttons on the same height and aligned “in mobile view” irrespective of the price and weight text.

    #277365
    Jyotirmoy Dey
    Participant

    ??
    Your theme is broken in many places. Atleast some quick response will be appreciated.

    #277426
    tikaram
    Participant

    @jyo: I will contact the development team and let you know soon. Sorry for the inconvenience caused.

    Regards,
    Tikaram

    #277465
    Jyotirmoy Dey
    Participant

    ok. waiting

    #277925
    tikaram
    Participant

    @jyo: I talked with the development team and they said that you will need to enter details of every products in the similar format to bring the add to cart button to the same height. Let me know if you have any more issues.

    Regards,
    Tikaram

    #281353
    Jyotirmoy Dey
    Participant

    I have 10 rows enabled in the option, but it doesn’t work. I get a “show more” after 3rd row itself. The customizer doesn’t work half of the time. Cant change fonts as well, it doesn’t work. Prompt help on your end is appreciated at least for pro users.

    [url=https://ibb.co/dQbV6bQ][img]https://i.ibb.co/55YSvY5/Capture.png[/img][/url]

    #281797
    tikaram
    Participant

    @jyo: Sorry for getting late. To check the issue of the customizer I will contact you shortly by email.

    Regards,
    Tikaram

    #282853
    Jyotirmoy Dey
    Participant

    I have already replied to your mail a week or two ago. Please check.

    #283024
    tikaram
    Participant

    @jyo: Can you please check again the email that I have sent to you and reply me again as I have not received reply to the email.

    Regards,
    Tikaram

    #283038
    Jyotirmoy Dey
    Participant

    I have resent it to <[email protected]>

Viewing 17 posts - 1 through 17 (of 17 total)
  • The topic ‘Shop page number of product view (Mobile)’ is closed to new replies.