Booking.com side bar displayed incorrectly

Home Forums Jevelin Theme Booking.com side bar displayed incorrectly

Home Forums Jevelin Theme Booking.com side bar displayed incorrectly

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • juliusurbonas
    Participant

    Hi, I’m getting issues with side bar not displaying Booking.com Official Search Box correctly.  In plugin generated preview looks fine, but on site there seems to be an issue. How to solve it?

    Url: https://sumsmallbits.com

     

    Regards

    Hi @juliusurbonas,

     

    I hope you are well today and thank you for your question.

     

    You can resolve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    #flexi_searchbox input[type="text"],
    #flexi_searchbox input[type="password"],
    #flexi_searchbox input[type="email"], 
    #flexi_searchbox input[type="tel"], 
    #flexi_searchbox input[type="date"], 
    #flexi_searchbox select {
        line-height: 1 !important;
    }
    
    #flexi_searchbox img {
        margin: 0;
    }

    Best regards,
    Shufflehound team

Viewing 2 posts - 1 through 2 (of 2 total)