Accommodation Types center

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1277949
    N Suter
    Participant

    Hey Hi
    I only wanna show 2 accommodation types on my homepage. Works! cause I’ve only got 2. But how do i get the 2 centered on my page. I don’t need the empty space for a third accommodation

    #1278758
    J. Davis
    Keymaster

    Hi, Thanks for your question. You may try to add the styles below to Appearance > Customize > Aditional CSS:

    @media (min-width: 992px){
    body.home .mphb_sc_rooms-wrapper.horizontal-list .type-mphb_room_type {
       width: 48%;
       margin-left: .66%;
       margin-right: .66%;
    }
    }

    Let us know if you have any further questions.

    best regards,
    J. Davis

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