• Hi in my mobile view, the layout is this. Please fix the problem, I cant tsee the remove button.

    The page I need help with: [log in to see the link]

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

    (@witcher83)

    Hello @yezserjp25

    seems that the issue is due to the styles of your theme. Please try to add these rules to your custom CSS:

    @media screen and (max-width: 999.98px){
    	tr.cart_item {
    		display: flex;
    	}
    
    	#yith-ywrq-table-list td.product-remove {
    		display: block;
    	}
    
    }
Viewing 1 replies (of 1 total)

The topic ‘Mobile View Layout problem’ is closed to new replies.