Home Forums Pro Themes Clean Commerce Pro Facing an issue with columns on mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #76430
    Artur Sela
    Participant

    Dear Support,

    First, we like the theme very much and are happy with it.

    What we would like to achieve is to show items in two columns on mobile and this looks impossible so far. We have disabled sidebars on both theme layout and Woocommerce options.

    We have added widgets in the front page like products and category-grid but on mobile, the category images and products images show way too big and on one single column.

    Our website (vking.al).

    Thanks in advance,
    Endri.

    #76460
    wensolutions
    Keymaster

    Hello,

    Thank you very much for the appreciations and using the theme.

    Now to adjust the column in responsive view add below-given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

    @media screen and (max-width: 479px) {
    	.clean-commerce-woocommerce ul.products,
    	.clean-commerce-products-category .categories {
    		display: -webkit-box;
    		display: -ms-flexbox;
    		display: flex;
    		-ms-flex-wrap: wrap;
    		    flex-wrap: wrap;
    	}
    	.clean-commerce-woocommerce ul.products > li,
    	.clean-commerce-products-category .categories .category-item {
    		padding: 2.5px;
    		width: 49% !important;
    	}
    }

    Hope this helps.

    Regards!!

    #76475
    Artur Sela
    Participant

    Hello,

    Thank you very much for the support,

    It not only helped but it solved the issue! 🙂

    Great job.

    Best regards,
    Endri.

    #76561
    wensolutions
    Keymaster

    Hello,

    Glad we could help you.

    If you have any issues further then please let us know.

    Also, we would really appreciate if you could help us by rating out plugin be following the link given below:

    https://wordpress.org/support/theme/clean-commerce/reviews/

    Thank you.

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