PDA

View Full Version : home page quick search fields



Patrick Boudreau
March 8, 2017, 05:02 AM
How to make the fields bigger (to take the length of the options) on the home page quick search fields.
I attached a picture to show what it does now.

2221

Viktor
March 8, 2017, 10:46 AM
Hello Patrick,

Open file: ftp://templates>>your_template>>css>>style.css at line ~ 1186
find style:


.search-form-cell.single-field > div > div {
width: 145px;
}


add new below:


body.home-page .search-form-cell.single-field > div > div {
width: 215px;
}


save and check again.

Patrick Boudreau
March 8, 2017, 02:33 PM
works perfectly. thank you Viktor