How to list accommodations in 2 columns?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1156961
    Lourdes Homedes
    Participant

    I would like have 2 columns in my list accommodation in this links:

    https://linksgolfportugal.com/greens/
    https://linksgolfportugal.com/packs/

    (Just for computer)

    #1157176
    Andre Flores
    Moderator

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.