- This topic has 1 reply, 2 voices, and was last updated 3 years, 10 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Free and Premium WordPress Plugins & Themes Forums WordPress Plugins Hotel Booking How to list accommodations in 2 columns?
I would like have 2 columns in my list accommodation in this links:
https://linksgolfportugal.com/greens/
https://linksgolfportugal.com/packs/
(Just for computer)
Hello there,
You may try adding the following CSS code:
@media (min-width: 1024px) {
.mphb_sc_rooms-wrapper {
display: flex;
flex-wrap: wrap;
}
.mphb_sc_rooms-wrapper .mphb-room-type {
width: 50%;
padding: 0em 1em;
}
.mphb_sc_rooms-wrapper .mphb-room-type:not(:first-of-type), .mphb_sc_search_results-wrapper .mphb-room-type:not(:first-of-type), .mphb_sc_services-wrapper .mphb-service:not(:first-of-type) {
margin-top: 0;
}
}
Regards,
Andre
This website uses cookies
By clicking “Accept All”, you agree that we can store cookies on your device and disclose information in accordance with our Cookie Policy
Necessary Cookies
These cookies are essential for website functionality and cannot be disabled.
Advertising
These cookies, set by us and our advertising partners, aim to give you useful content and measure how well it works.
Analytics
These cookies help us improve performance by tracking user interactions on our website.