This topic has 5 replies, 2 voices, and was last updated 6 years by Radu.

  • Author
  • #197320
     spocar
    Participant

    Hello team. I would like to make like 2 or 3 columns on my members page it only shows 1 column in my mobile mode.

    Attachments:
    You must be logged in to view attached files.
    #197377
     Radu
    Moderator

    Hi,

    COPY CODE
    
    @media only screen and (max-width: 768px)
    .members .four.columns {
        width: 49% !important;
        display: inline-block;
    }
    

    For three columns decrease the width

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #197405
     spocar
    Participant

    Hello Radu. I can’t make the code work. still showing only 1 column.

    #197429
     Radu
    Moderator

    Hi,

    Replace with this one

    COPY CODE
    
    @media only screen and (max-width: 768px) {
    .members .four.columns {
        width: 49% !important;
        display: inline-block;
    }
    }
    

    If it’s the same decrease 49 to 46 values or lower

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution
    #197833
     spocar
    Participant

    Oh Ok Radu it worked now. THANK YOU SO MUCH!!

    #197951
     Radu
    Moderator

    You’re welcome
    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?