Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #23208

    Hi,

    I’m using the easy reservation plugin with your theme, and by default the search bar should be in one row ( tested on other themes ) and in enfold theme shows like in 4 rows.

    Could you help me to fix the css ?

    The site: http://www.apartamentoskosherbarcelona.com

    I’d really appreciate your help !

    Thank you !

    #118952

    Hi,

    Add this on your custom.css

    #easy_search_formular input {
    width: 100px !important;
    display: inline;
    }

    #easy_search_formular select {
    width: 220px;
    display: inline;
    }

    Regards,

    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Fix css layout’ is closed to new replies.