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

  • Author
  • #73498
     Lifevise
    Participant

    Hi, I have two questions about mobile.

    1. How do I disable the sidebars on mobile (phone, not tablet) screens?
    2. The sticky main menu is not sticky on mobile. I’m using the side menu on mobile now but how do I make this sticky?

    Thank you.

    #73852
     Laura
    Moderator

    Hello, for 1. can you share a link of your website?
    2. There is nosticky menu on mobile

    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 🙂

    #73862
     Lifevise
    Participant
    This reply has been set as private.
    #73978
     Laura
    Moderator

    Hello,
    1. This css should work, dd it to style.css of child theme
    Disable footer:

    COPY CODE
    
    @media (max-width: 991px) {
    div#footer {
        display: none;
    }
    }
    

    Disable sidebar:

    COPY CODE
    
    @media (max-width: 991px) {
    .sidebar {
        display: none;
    }
    }
    

    2. Yes, its better for the performace of the site and the user experience
    3. What font? Could you specify?
    4. Right now is only avaible in menu or sidebar

    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 🙂

    #74000
     Lifevise
    Participant

    Thank you Laura!

    I disabled the sidebar. I was talking about the font of the menu navs in the sidemenu. I fixed it by changing the font size for main menu. Is there a way to change only the font size of the side menu and not the main menu?

    #74224
     Lifevise
    Participant

    Like in the demo there’s a difference between the font size of the main nav menu and the side menu.(screenshot)

    Attachments:
    You must be logged in to view attached files.
    #74227
     Lifevise
    Participant
    This reply has been set as private.
    #74622
     Laura
    Moderator

    Hello, i will need an user to see that, can you share one ? 🙂

    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 🙂

    #74623
     Lifevise
    Participant
    This reply has been set as private.
    #74959
     Laura
    Moderator

    Hello, for the groups, please try adding this to style.css of child theme

    COPY CODE
    
    body.single-item.groups #buddypress #item-header #item-meta p {
        width: 60%;
        text-align: center;
        margin-left: 20%;
    }
    

    For the font, i didnt see any side menu

    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 🙂

    #74967
     Lifevise
    Participant
    This reply has been set as private.
    #75153
     Laura
    Moderator

    Hello 🙂 please try with this css in style.css
    Font size

    COPY CODE
    
    ul#menu-mobile-menu {
        font-size: 18px;
    }
    

    Bigger expand area to click

    COPY CODE
    
    .widget_nav_menu .parent>a .caret:after {
        width: 120px;
        padding-left: 90px;
    }
    
    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 🙂

    #75218
     Lifevise
    Participant

    Yes that’s it. Thank you for all your help Laura! 🙂

    #75443
     Laura
    Moderator

    Hello, it was a pleasure 🙂 Please dont forget to rate us on themeforest nd/or give us a nice comment 🙂

    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 14 posts - 1 through 14 (of 14 total)

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?