Hello again :)
I have the same plugin from Booking on http://www.newyorkhotellbokning.se and http://www.newyorkinspiration.com
but as you can see on the image it is not displayed correct on newyorkhotellbokning.se on my iphone
How can I adjust it?
Thanks
Charlotte
Hey Charlotte!
Please add following code to Quick CSS
@media only screen and (max-width: 768px) {
#flexi_searchbox {
width: 100%!important;
}}
Best regards,
Yigit
Thanks :)