Home Forums Basel support forum Cart Page – Text align

Cart Page – Text align

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #32171

    Satch
    Participant

    Hi,

    Thank you for your quick support.

    I am wondering if I can have the attached red squared area on Cart page to be left alined instead of right. The left side description and each corresponding amount/information on the right look to have too much distance at the moment. I hope I can solve this.

    Best regards,

    Attachments:
    You must be logged in to view attached files.
    #32197

    Bogdan Donovan
    Keymaster

    Hi,

    Try to add the following code snippet to the mobile Custom CSS area in Theme Settings to fix this issue.

    .woocommerce table.shop_table_responsive tbody td:before {
    	min-width: 50px;
    	text-align: left;
    }
    	
    .shop_table td.product-name>a {
    	padding-left: 50px;
    }	
    
    body .woocommerce table.shop_table_responsive tbody td {
    	text-align: left;
    }

    Regards

Tagged: ,

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