Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Uplift
  • #306742
    micheal_w
    Member
    Post count: 498

    Hi Guys,

    The “you may be interested in” section looks wrong on mobiles…
    Please see screenshot attached and link above…

    Can you help to fix it please?

    Thanks!

    Attachments:
    You must be logged in to view attached files.
    #306752
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    This seems to be the padding in that row. Can you check that row settings probably there is some padding value there?

    You need to copy that row and remove the padding and make one row only visible in desktop/tablet and the other one only visible in Mobile.

    Let me know if it was a padding issue.

    -Rui

    #306754
    micheal_w
    Member
    Post count: 498

    Hi Rui,

    where should I check that padding?
    That “you may be interested in” on the cart page is part of your theme or maybe Woocommerce (?) I assume, I didn’t put it there 🙁

    #306762
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    nevermind I didn’t realised it was the cart page.

    It seems to be an issue from a custom css in your site.
    Add this one to sort it.

    @media only screen and (max-width: 479px){
    .woocommerce ul.products li.product, .woocommerce ul.products li.product.col-sm-4, .woocommerce ul.products li.product.col-sm-3, .woocommerce ul.products li.product.col-sm-2 {
        width: 100%!important;
    
    }
    }

    -Rui

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.