-
Author
-
September 9, 2015 at 19:44 #76792hmaParticipant
Hello,
I have created a bp member search form with 3 boxes to search; However, I wish these to come inline over a single line. right now I have them over 3 lines with a lot of space between; How can I acheive to get them inline ?
Best rgs,
HervéAttachments:
You must be logged in to view attached files.September 10, 2015 at 11:11 #76897LauraModeratorHello, where can i see that? A link to the page? 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
September 10, 2015 at 14:18 #76988LauraModeratorHelo, please try by adding this to style.css of child theme
COPY CODE.form-group.editfield.field_2.field_mon-metier.form-group { margin-left: -70%; margin-top: 5%; } .form-group.editfield.field_10.field_specialite.alt.form-group { margin-top: -16%; } .form-group.editfield.field_11.field_je-recherche.form-group { margin-left: 67%; margin-top: -16%; } form#bps_directory144 { height: 140px !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
September 10, 2015 at 15:44 #77030LauraModeratorHello, please try with
COPY CODE#buddypress .last #bps_toggle144 { float: left; margin: 7px 0 0; padding-left: 20px; } .form-group.editfield.field_2.field_mon-metier.form-group { margin-left: -70%; margin-top: 3%; } .form-group.editfield.field_10.field_specialite.alt.form-group { margin-top: -10%; margin-left: -35%; } .form-group.editfield.field_11.field_je-recherche.form-group { margin-left: -9%; margin-top: -11.5%; } a.btn.btn-highlight.btn-lg.form-submit { margin-left: 20%; margin-top: -11.3%; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
September 11, 2015 at 17:15 #77208LauraModeratorHello, try replacing the code above with this one.
COPY CODEform#bps_directory144 div { float: left; clear: none !important; width: 20%; height: 20%; } form#bps_directory144 { height: 150px; } .form-group.editfield.field_11.field_je-recherche.form-group { width: 10% !important; } .form-group.editfield.field_10.field_specialite.alt.form-group { width: 11% !important; } a.btn.btn-highlight.btn-lg.form-submit { margin-left: -45%; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
September 11, 2015 at 17:25 #77212hmaParticipantPerfecto ! 🙂
well done Laura.
Have a great week-end
Hervé
September 13, 2015 at 19:25 #77403LauraModeratorGlad i could help 🙂 Dont forget to rate us please! 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
September 19, 2015 at 00:17 #78462LauraModeratorHello, i see, this will fix it!
COPY CODEa.btn.btn-highlight.btn-lg.form-submit { margin-left: -23% !important; margin-top: 0.8% !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
-
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.