This topic has 13 replies, 2 voices, and was last updated 10 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
    #73862
     Lifevise
    Participant

    1. lifevise.com
    2. Is there a special reason for that? Can it be done safely by adding some code?

    And two follow up questions about the (mobile) side menu:
    3. How do I make the font size bigger?
    4. Can I add the search option in the side menu? (like in the main nav menu)

    Thanks.

    #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
    #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)

    #74227
     Lifevise
    Participant

    And how do I adjust the padding in groups? the text is now far too close to the borders.
    See screenshot.

    Many thanks in advance 🙂

    #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
    #74623
     Lifevise
    Participant

    an user? Here’s one:
    http://lifevise.com/members/melvin/

    A group:
    http://lifevise.com/groups/wechoose-to-wake-up-more-early/

    Also the question about the font size (above screenshot) in side menu (asked 5 days ago) is also still unanswered.

    #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
    #74967
     Lifevise
    Participant

    Thank you for the code. A great improvement. 🙂

    The side menu is only visible on mobile devices.
    I added 2 screenshots. The first one is the KLEO demo the 2nd is ours. Obviously I want the font of side menu to be bigger just like the demo. Without it affecting the main nav menu. (in the screenshot it appears even bigger than on mobile phone) also that ” + ” to collapse child items is so small!

    #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
    #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
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?