Forums › Forums › Search & Filter Pro › Dropdown list and submit button too small
Tagged: submit button
- This topic has 6 replies, 2 voices, and was last updated 8 years, 3 months ago by Trevor.
Viewing 7 posts - 1 through 7 (of 7 total)
-
Anonymous(Private) July 23, 2016 at 12:55 pm #51978
hi support
It seems that the field of the dropdown is too small, is there anyway i can make it bigger in size.
And also the submit button, can i customise it to be in red background and BIGGER is size ?
Website:http://english.imonitor.online/
Cheers
ThanksAnonymous(Private) July 24, 2016 at 10:17 am #52017Something as wide dropdown list and reset button like this.
http://c84.e06.myftpupload.com/cars-and-trucks/?_sft_post_tag=1987I prefer to keep as horizontal as current.
Trevor(Private) July 25, 2016 at 9:27 am #52057.searchandfilter label { width: 250px; } .searchandfilter select.sf-input-select { width: 100%; } .searchandfilter select option { padding: 3px 5px; }
As to the button, you appear to have made this style:
#search-filter-form-23 input[type="submit"] { margin: 0; border-width: 10px; border-style: solid; cursor: pointer; border-radius: 4px; padding: 3px 11px; box-sizing: border-box; }
To which you would need to add a background, such as:
background: #d33528;
-
AuthorPosts
Viewing 7 posts - 1 through 7 (of 7 total)