This topic has 8 replies, 2 voices, and was last updated 6 years by Laura.

  • Author
  • #197198
     spocar
    Participant

    Hello team. This time im having some problems with my top members in the mobile mode. Can you help me to make it looks like in a line Instead of column?

    Attachments:
    You must be logged in to view attached files.
    #197279
     Laura
    Moderator

    Hello, please try by adding this to style.css of child theme

    COPY CODE
    
    @media only screen and (max-width: 767px) {
    li.two.columns.mobile-two.top-active-members {
        float: none !important;
    }
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #197301
     spocar
    Participant

    hello laura. I added the code but it doesn’t look like i want, I want it to look like this.

    Attachments:
    You must be logged in to view attached files.
    #197314
     spocar
    Participant

    Hello Laura never-mind about them. Thank you so much for your replies. Actually I would like to hide the following fields. ( I don’t want them to be visible on homepage mobile ) testimonials – contact us – NEWSLETTER SIGNUP – and the whole footer. Thank you so much in advance.

    #197387
     Laura
    Moderator

    Hello, you can remove them at Appearance > Widgets 🙂

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #197389
     spocar
    Participant

    Hello laura. Yes but i only want them to be remove in the mobile version. In the desktop version still want them to be show.

    #197468
     Laura
    Moderator

    Hello, please add this to style.css of child theme

    COPY CODE
    
    @media screen and (max-width: 782px) {
    div#footer {
        display: none !important;
    }
    div#support {
        display: none !important;
    }
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #197475
     spocar
    Participant

    Thanks laura. It works great!!!!!

    #197676
     Laura
    Moderator

    Glad it works! 🙂

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

Viewing 9 posts - 1 through 9 (of 9 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?