• Hi

    I would like to know how can i display more products(multiple rows)under the latest products. Currently, only 5 products being displayed then u can tab for another 5.

    How do I display the site logo in the middle in mobile view?

    regards

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

Viewing 1 replies (of 1 total)
  • @worldnewsunion

    For the first issue, If you can code on your own then you can achieve it via the child theme.

    For the second issue, Can you add the below CSS code to Additional CSS box and check?

    @media (max-width: 768px) {
    .custom-logo-link {
        float: none;
        margin-right: 0;
    }
    }

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘multiple latest products rows’ is closed to new replies.