Accommodation Listing – Mobile View

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1294253
    Marie Amandine DELALONDRE
    Participant

    Hello,

    I want to change the number of accommodations in the grid on mobile view. How can I do ?

    Thanks for reply

    #1295894
    J. Davis
    Keymaster

    Hi Marie,

    Thanks for your question however I’m not sure I get it correctly. I can not know what theme or layouts you use. Could you please provide URL of the page you need assistance with and clarify the question by providing screenshots?

    best regards,
    J. Davis

    #1295931
    Marie Amandine DELALONDRE
    Participant
    This reply has been marked as private.
    #1296474
    J. Davis
    Keymaster

    Hi Marie,

    Thanks for your explanation. You may try to apply the style below at Appearance > Customize > Additional CSS:

    @media (max-width:720px){
         .mphb_sc_rooms-wrapper.mphb-room-types .mphb-room-type:nth-child(n+5){
    	   display:none;
        }
    }

    best regards,
    J. Davis

    #1296514
    Marie Amandine DELALONDRE
    Participant

    Obviously ! How I did’nt think of that…

    Thank you very much Davis !

    #1297141
    J. Davis
    Keymaster

    Hi Marie,

    You are welcome. I’m happy to know it worked for you.

    best regards,
    J. Davis

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