This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

mobile responsive issue…

9 years ago · Last reply by Alex S 9 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Alex S Staff 9 years, 3 months ago

    Hi Shahzeb,

    You’ll need to use CSS to do this.

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

  2. shahzeb 9 years, 3 months ago

    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. Alex S Staff 9 years, 3 months ago

    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.

Have a different question or issue?

Start New Thread