Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #695957

    Hi the Enfold Support Team!

    http://www.newyorkinspiration.com

    Flight Search box on the right hand side

    1. The whole width is not visible for some reason
    What code shall I add so it is?

    2. I want the Flight search box to the align on the top with the Hotel search box.
    What code shall I add?

    Thanks!
    Charlotte

    #695993

    Hey Charlotte! :)

    1- You have following custom CSS code

    .avia_textblock iframe {
        width: 350px !important;
    }

    Please remove it

    2- Please add following code to Quick CSS

    div[data-cf-widget="search-iframe"] {
        margin-top: 10px;
    }

    Cheers!
    Yigit

    #696012

    Thanks Yigit :)

    Have a nice day.
    Charlotte

    #696015

    Hey!

    You are welcome Charlotte! You too have a nice day :)

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Make the whole search box visible’ is closed to new replies.