Customize search field width and space

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #896622

    Hi folks
    I am building this site for a customer:

    Chalet Laurentides a louer


    and i have the search availability fields on main page. I would like date fields less larger and everything center on that page but when i set fields width to .. for exemple 80%, there is a big gap between fields.

    My search button also appear at the far right. How can it be align to the left?

    Thank you for your help

    #896659
    Alex M
    Participant
    
    @media screen and (min-width: 768px) {
        .mphb_sc_search-wrapper.horizontal-center form > p {
            max-width: 200px;
        }
        .mphb_sc_search-wrapper.horizontal-center form > p.mphb_sc_search-submit-button-wrapper {
            text-align: left;
        }
    }
    
    #897048

    Worked like a charm Alex. Thx buddy!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.