• Hi Every one,

    I got 2 question:

    1. I want to show all my product to my front page. How could i do that?

    2. In Mobile theme only can show one by one product in 1 row. Now, I want to show more product 2, 4 or 6 product in 2,3 row. Can u help me do that?

    Thanks Every one!

    Have a good day,

Viewing 3 replies - 1 through 3 (of 3 total)
  • hannah

    (@hannahritner)

    Hey,
    1. You would need to set your page as a static page from Settings > Reading. You can either choose your shop page as the home page, or you can create a separate homepage and use a shortcode to add your products like this: [recent_products per_page="12" columns="4"]

    2. Try adding this to your custom css box in Theme Options > Advanced Settings:

    @media (max-width: 480px) {
    .kad_product {
        width: 50%;
        float: left;
    }
    }

    Hope that helps!
    Hannah

    Thread Starter quanghuyvphp

    (@quanghuyvphp)

    Thanks Hannah,

    1. Your short code is amazing.

    2. I just added your code to CSS box but nothing happen!
    I just want to show many product at the same time on the mobile theme.
    can you help me, pls?

    quanghuyvphp

    hannah

    (@hannahritner)

    Are you able to post a link to your site?

    Hannah

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Product on the front page, mobile interface’ is closed to new replies.