Home Forums WoodMart support forum Missing pages: Cart and Checkout page Reply To: Missing pages: Cart and Checkout page

#561777

Luke Nielsen
Keymaster

Hello,

1. Clarify which device you use, because even on the iPhone SE it looks well – https://prnt.sc/C6lhhUk4jnKb

2. Please replace the old code with the below one:

body .shop_attributes :is(.wd-attr-name,.wd-attr-term) {
	display: inline;
}

body .shop_attributes .wd-hint {
	margin-left: 3px;
}

body .shop_attributes .wd-hint,
body .shop_attributes .wd-attr-name-label {
	vertical-align: middle;
}

Kind Regards