• skyandbradd

    (@skyandbradd)


    Hi,

    Just wondering how to achieve to things…

    1. I want to make the widget square in shape (250px by 250px), how can I best achieve this?

    2. I would like to have some fields left blank rather than have it revert to the default text if I choose not to enter custom text. Is this possible?

    Any help would be great. 🙂

    Sky.

    https://ww.wp.xz.cn/plugins/bookingcom-official-searchbox/

Viewing 1 replies (of 1 total)
  • Plugin Author SPBooking.com

    (@sp-bookingcom)

    Hi skyandbradd,

    1. there is not an option for the height, as general is less problematic then the width in order to make it fluid across different devices. So you can use following snippet into your main style.css to fire the search box div container and set a fixed height :

    #flexi_searchbox {
        height: 250px !important;
    }

    a fixed width ( i.e.: 250px can be set in the dashboard).

    2. Use   to fill the fields you want to leave blank.

    Let us know if it works!

Viewing 1 replies (of 1 total)

The topic ‘Widget Height and Fields’ is closed to new replies.