PDA

View Full Version : Arrange checkbox on one column



Patrick Boudreau
March 8, 2017, 05:04 AM
How to arrange the following checkbox menu in box in one column.
The box is in the dealer section , search dealer.

2222

Thanks

Curtis
March 9, 2017, 06:58 AM
Hello Patrick,

1. you can open file \templates\{your_template}\css\style.css
2. find rows:



.search-item.checkbox-field > .custom-input { display: inline-block; width: 50%;}

3. and change 50% to 100%

Patrick Boudreau
March 9, 2017, 01:01 PM
works perfect, thanks