-
Author
-
June 16, 2017 at 08:01 #164409graphiteParticipant
Hi
I had followed the instruction https://archived.seventhqueen.com/sweetdate/article/move-search-form-right-side-screen
However, it looks different. Is it possible to swap the arrangement of text with corresponding drop-down menu.
Thank you 🙂
Attachments:
You must be logged in to view attached files.June 17, 2017 at 00:30 #164486LauraModeratorHello, i cant view your site, can you share access? 🙂
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 🙂
June 17, 2017 at 03:54 #164492graphiteParticipantHi Laura,
The site is under development, please use attached screenshot.
As the screenshot, please advise how to swap the arrangement of texts and corresponding dropdown menus.
To put “I am a” “Looking for a””Country””City” to the left and dropdown menus to the right.Thank you
Attachments:
You must be logged in to view attached files.June 19, 2017 at 00:06 #164557LauraModeratorHello, will assign the ticket to a higher support level who can help and advise you in your query.
Thanks! ?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 🙂
June 20, 2017 at 18:33 #164748RaduModeratorHi,
Use this css
COPY CODE.form-search.custom label { text-align: left; }
Wp-admin -> theme options -> Styling Options -> Quick css
NOTE : Child theme needs to be installed and activated.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 21, 2017 at 01:30 #164808graphiteParticipantHi Radu,
The code just change the alignment; however I’m asking to swap the arrangement of texts and corresponding dropdown menus.
To put “I am a”, “Looking for a”, ”Country”, and ”City” to the left and dropdown menus opposite.
Thank you
June 21, 2017 at 01:31 #164809graphiteParticipantSorry should be
To put “I am a”, “Looking for a”, ”Country”, and ”City” to the right and dropdown menus to left.June 21, 2017 at 01:57 #164810graphiteParticipantSorry wrong again. Please ignore message #164809
message is correct.
I want:
Dropdown menus at right
“I am a”, “Looking for a”, ”Country”, and ”City” at leftSo it will be –>
I am a []
Looking for a []Thank you 🙂
June 23, 2017 at 17:12 #165016RaduModeratorHi
Just add this CSS
COPY CODE.home .five.mobile-four.columns { float: left !important; } .home .seven.mobile-four.columns.kleo-selectbox { float: right !important; } .home .twelve.columns .row > .five.columns {float:right;} .home .mobile-one.columns { float: left !important; } .home .mobile-one.columns label.right { text-align: left; }
Wp-admin -> theme options -> Styling Options -> Quick css
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 27, 2017 at 17:26 #165397RaduModeratorGreat
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
You must be logged in to reply to this topic.