Forums › Forums › Search & Filter Pro › Issues displaying search form horizontally in Avada
Tagged: Avada, horizontal, horizontally
- This topic has 14 replies, 2 voices, and was last updated 8 years, 7 months ago by Anonymous.
-
Anonymous(Private) March 30, 2016 at 2:22 am #40923
Hello,
I have followed the instructions here to make the search form display horizontally but the thing is, it doesn’t look well, all the fields are right next to each other with no space in between and when I click on “Programa”, the dropdown displays two categories in the same line (High Schools and Internados). I’d like to know how I could fix this. This is the URL to my development site: http://edulynks.com/2/
Thank you!
Trevor(Private) March 30, 2016 at 8:44 am #40939All that is required is a little more finesse with the custom css. Maybe you could take a screenshot crop it to the search form and play with it in Photoshop or similar so it looks as you wish, upload it to a file sharing site, and share with me (it can be a private reply if you wish) so I can see what you want and I can give you the css?
Trevor(Private) March 31, 2016 at 10:17 am #41096OK
I need to see an actual page with what you want it to look like (an example), as this will make my task easier.
But, to whet your appetite, this is the custom CSS to make the button look as you want:
.sf-field-submit input { font-family: 'Karla', Arial, Helvetica, sans-serif; font-weight: 700; letter-spacing: 1px; color: #fff; text-transform: uppercase; font-size: 13px; background: #427ed1; border-width: 0; border-radius: 25px !important; padding: 11px 23px; line-height: 16px; cursor: pointer; transition: all .2s; -webkit-transition: all .2s; -moz-transition: all .2s; -ms-transition: all .2s; -o-transition: all .2s; } .sf-field-submit input:hover { background: #4c8be0; }
Trevor(Private) March 31, 2016 at 5:19 pm #41138Hi
It is on a new line because the container it is in is too narrow for the the fields. That we can fix later. I need a live page with the example so that I can examine the html and css using firebug. And then I can play with both forms. Is it possible to put the other form directly below the S&F one on the demo page?
-
AuthorPosts