Home>Support>mobile responsive issue…

mobile responsive issue…

Hello.. I wanted to make my woocommerce site responsive for mobile. The product pictures are showing in 1 column in shop. How can i change the layout of the shop kindly provide some assistance. Thanks

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 7 years, 10 months ago Alex S
    Hi, I Work Here

    Hi Shahzeb,

    You’ll need to use CSS to do this.

    To clarify, what sort of changes were you looking to do?

  2. 7 years, 10 months ago shahzeb

    i wanted to make changes in the mobile view. the desktop view of the site is fine.
    how can i specificaly apply changes to the mobile view of the website?
    Thanks

  3. 7 years, 10 months ago Alex S
    Hi, I Work Here

    Hi Shahzeb,

    You’ll need to use media queries to do that. For example, the following CSS will only affect mobile devices:

    @media (max-width: 550px){
        .example {
            color: #0f0;
        }
    
    }
    
Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More