Free and Premium WordPress Plugins & Themes Forums WordPress Plugins Hotel Booking Hotel Booking Checkout Fields Margin, switching and customize checkout form
- This topic has 3 replies, 2 voices, and was last updated 2 years, 11 months ago by J. Davis.
- AuthorPosts
- December 29, 2021 at 1:04 pm #1237348Robert BalParticipant
I’m trying to work out Motopress Hotel Booking for a while now. Very busy with the last piece op my website. It gets me very frustrated that I can’t make what I have in my mind. I tried serveral things but nothing works for a long time. Bought the extra addon I didn’t need after all!
1. First of all the margin in the form is nuts. Some of the space is very large and other spaces are very thight on each other. It is impossible to change some of the margins
2. I want to remove some of the fields. I don’t like the price breakdown at all. The final price at te bottom is enough.
3. Headings. Some of them have different sizes. The upper one is 28 px and the middle one appears as 23 px.
This is how it looks now: Show pic
This is how I want it to look: Show picPlease help me a little.
January 4, 2022 at 6:03 am #1239058J. DavisKeymasterHi Robert,
Thanks for contacting us. You may adjust the styles of the checkout page by applying custom CSS styles. For instance, you may add this style to appearance > customize > additional CSS to hide the price breakdown section:
.mphb-room-price-breakdown-wrapper.mphb-checkout-section{ display:none; }
It would be helpful if you provide the URL of your site to help you adjust other points you have described.
best regards,
J. DavisJanuary 5, 2022 at 10:38 am #1239889Robert BalParticipantHi David,
This is one of my accommodation pages. When you go to the bottom you will see the availability check and reservation button afterwards: https://villagrande579350568.wpcomstaging.com/accommodation/appartement-primula/.
Is there a list with al these custom CSS somewhere. I can try what I can do.
January 5, 2022 at 11:52 pm #1240066J. DavisKeymasterHi,
Thank you for sharing the website URL. You may apply the style below to reduce the margin between the section of the checkout page:
.mphb_cb_checkout_form > .mphb-checkout-section:not(:first-of-type), .mphb_sc_checkout-form > .mphb-checkout-section:not(:first-of-type) { margin-top: 2em; }
It is not possible to prepare CSS snippets for each use case ever. You may just inspector tool to find the classes or ID of the section or element on the page and apply custom code in order to make it look in the way you need it.
By the way, the image of how you want it to look can not be previewed. Could you please attach a new file?best regards,
J. Davis - AuthorPosts
- You must be logged in to reply to this topic.