Free and Premium WordPress Plugins & Themes Forums WordPress Plugins Hotel Booking How to customize the look of [mphb_availability]
- This topic has 1 reply, 2 voices, and was last updated 4 years ago by
Andre Flores.
- AuthorPosts
- April 26, 2021 at 3:28 am #1111786
Jeffrey Donchez
ParticipantI’m trying to modify the layout of a theme, but the [mphb_availability] form is “static” I can’t find a place to customize it at all aside from changing the title and color of the button.. I want it to look more along the lines of:
any assistance would be more than welcome.. it doesn’t have to look exactly like that, but want it to be vertically laid out as opposed to the horizontal layout that seems to be on every theme.
April 27, 2021 at 12:33 am #1112376Andre Flores
ModeratorHello Jeffrey,
The booking form can be customized via custom CSS, e.g. the following one:
.mphb_widget_search-check-in-date, .mphb_widget_search-check-out-date { width: 45%; float: left; } .mphb_widget_search-check-out-date { margin-left: 10px; } .widget.widget_mphb_search_availability_widget form .mphb_widget_search-submit-button-wrapper input { width: 100%; }
If you provide me with an example URL, I will gladly take a look at it and provide specific styles to convert booking form to vertical layout.
Regards,
Andre - AuthorPosts
- You must be logged in to reply to this topic.