Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Alberto Ruggiero

    (@witcher83)

    Hello @rabbatka

    the issue depends on how the theme manages the responsive layout

    I tried to check your site but I cannot see a product that could be added to the quote list.

    Thread Starter rabbatka

    (@rabbatka)

    Here you can check:

    https://dimerkft.hu/aktualis/

    Plugin Support Alberto Ruggiero

    (@witcher83)

    Hello @rabbatka

    as I suspected, your theme adds some custom CSS to the table.
    You can fix some flaws with these CSS rules:

    @media screen and (max-width: 768px){
    
    #yith-ywrq-table-list .product-subtotal:before {
        display: none;
    }
    
    #yith-ywrq-table-list input.button {
        text-wrap: balance;
    }
    
    }

    but my advice is to hide the sidebar since it overlaps the table.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Mobile design wrong’ is closed to new replies.