Home Forums Free Themes Clean Commerce How to change the view in the mobile version

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #36972
    Vitalik
    Participant

    Hello, after updating the theme in the mobile version of the site, the product catalog goes into two columns, and there was one. Help configure what would be in one column was like before!

    #36986
    wensolutions
    Keymaster

    Hello @vitalik,

    As we have inspected you site we found that you have activated the jetpack Mobile Theme which is changing the entire layout.

    So please go to Admin Panel > Jetpack > Settings > Appearance > Mobile Theme and deactivate the Mobile Theme.

    Hope this helps.

    Best Regards!!

    #44228
    SSerov
    Participant

    Good day! I have the same problem. The plugin jetpack Mobile Theme is not installed. In what may be another reason? my website https://cosmetics-shop-mk.ru/

    #44229
    wensolutions
    Keymaster

    Hello @sserov,

    Please use below given CSS to adjust to one column.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    @media screen and (max-width: 768px) {
    
    .woocommerce.columns-3 .products li {
        width: 100%!important;
    }
    }

    Hope this helps.

    Best Regards!!

    #44230
    SSerov
    Participant

    I did, but unfortunately did not help

    #44231
    wensolutions
    Keymaster

    Hello @sserov,

    When we have inspected your site URL we found that the CSS you have placed is commented .

    Please place the CSS in the Additional CSS by removing all the existing commented code . Refer to below screen shot :
    https://image.prntscr.com/image/762d0a0e592b439f9b254ce5b5953be6.png

    Hope this helps.

    Best Regards!!

    #44232
    SSerov
    Participant

    Sorry, he was wrong. Now it works! Thank you!

    #44233
    wensolutions
    Keymaster

    Hello @sserov,

    Nice to know that the problem has been solved. If there are any further query, then, please feel free to post them.

    We will really appreciate if you could help us too by rating our theme in WordPress repo here:-

    https://wordpress.org/support/view/theme-reviews/clean-commerce

    Thank you .

    Best Regards!!

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.