This topic has 11 replies, 3 voices, and was last updated 8 years by Radu.

  • Author
  • #164409
     graphite
    Participant

    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 🙂

    #164486
     Laura
    Moderator

    Hello, 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 solution
    #164492
     graphite
    Participant

    Hi 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

    #164557
     Laura
    Moderator

    Hello, 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 solution
    #164748
     Radu
    Moderator

    Hi,

    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 solution
    #164808
     graphite
    Participant

    Hi 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

    #164809
     graphite
    Participant

    Sorry should be
    To put “I am a”, “Looking for a”, ”Country”, and ”City” to the right and dropdown menus to left.

    #164810
     graphite
    Participant

    Sorry 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 left

    So it will be –>
    I am a []
    Looking for a []

    Thank you 🙂

    #164811
     graphite
    Participant

    message #164808 is correct.

    #165016
     Radu
    Moderator

    Hi

    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 solution
    #165076
     graphite
    Participant

    Thank you Radu.
    It works. 🙂

    #165397
     Radu
    Moderator

    Great
    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 12 posts - 1 through 12 (of 12 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?