• Hi
    I want to show 2 products per row in mobile view but it is showing only one product.
    How can i show two products in mobile view.
    I am currently using NewsPaper theme.Link to site is below.
    Website

Viewing 2 replies - 1 through 2 (of 2 total)
  • Nisha

    (@nishasingh)

    Hi Nomiking,

    You can use this
    @media (min-width: 320px)
    .aps-products-grid li {
    width: 50%;
    }

    Now showing two product images in one row on Website but due to header, page is not responsive.

    Thanks,
    Nisha

    • This reply was modified 8 years, 1 month ago by Nisha.

    I am using divi theme and i created a website https://www.anokhafashion.com
    I added 3 products in a row but in mobile version it is showing only one product per row. I want 2 product per row please help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Grid Style in Mobile View’ is closed to new replies.