• Resolved dutt

    (@rajat-dutt)


    Hi team,
    
    I want my theme to show two product in one row in mobiel view instead of showing like this:
    
    https://snipboard.io/6RN1L5.jpg
    
    
    
    It should be implement on category page shop page and home page also on product page fir related products and corss selling products.
    
    I tried couple of codes but nothing working. I have added theme in additional CSS file(Customisation page) of theme also i tried with code snippet.
    
    Please find below code: 
    
    Code1:
    
    @media (max-width: 480px) { .products-grid .product { width: 50% !important; }}
    
    Code 2:
    
    @media only screen and ( max-width: 980px ) {
    .woocommerce-page ul.products li.product:nth-child(n) {
    width: 47.5% !important;
    margin-right: 2.5% !important;
    }
    .woocommerce-page ul.products li.product:nth-child(2n) {
    margin-right: 0 !important;
    }
    } Code 3: @media(max-width:767px){
    .entry-content .products li {
    float: left;
    width: 50%;
    }
    } Code 4:
    .categories-grid .product-category {
    width: 50%;
    }

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi @rajat-dutt

    Thank you for your response. Since you have already created a response in the Storefront theme support ticket, it would be best to continue the discussion regarding the issue on that particular ticket.

    I will mark this ticket as resolved. Please feel free to reach out in the Storefront theme support ticket for further assistance. Our team there will be dedicated to helping you with any questions or concerns related to both the Storefront theme and WooCommerce.

    Thank you for your understanding, and we look forward to assisting you in the Storefront theme support ticket.

Viewing 1 replies (of 1 total)
  • The topic ‘Mobile view 2products in one row’ is closed to new replies.