• Closed by: Fred
  • Closed on: 01.12.19, 12:05
  • Reason: Closed
  • Comment: Glad to help!

Ticket #16041 - Enlarge the check box

Hello
Can you enlarge the check box of the terms of sale on the order form. This one is not visible enough on all the screens
Thanks for your help

Attachments:

checbox terms.PNG (23 KiB)

Comments

Marek 30 Oct 2019, 23:39

try following CSS:

body .custom-checkbox input[type=checkbox]+span {width:16px;height:16px}
Patrick GARCIA 31 Oct 2019, 10:39

Hi,
No change despite emptying the cache

Patrick GARCIA 31 Oct 2019, 10:41

Ok
.custom-checkbox input[type=checkbox]+span {width:16px;height:16px}
Thank

Marek 31 Oct 2019, 10:42

you are welcome