-
Author
-
August 18, 2015 at 00:32 #73498
Lifevise
ParticipantHi, 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.
August 20, 2015 at 02:32 #73852Laura
ModeratorHello, for 1. can you share a link of your website?
2. There is nosticky menu on mobileHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 20, 2015 at 03:23 #73862Lifevise
Participant1. 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.
August 20, 2015 at 20:35 #73978Laura
ModeratorHello,
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 sidebarHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 20, 2015 at 23:46 #74000Lifevise
ParticipantThank 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?
August 23, 2015 at 16:59 #74224Lifevise
ParticipantLike in the demo there’s a difference between the font size of the main nav menu and the side menu.(screenshot)
August 23, 2015 at 17:37 #74227Lifevise
ParticipantAnd how do I adjust the padding in groups? the text is now far too close to the borders.
See screenshot.Many thanks in advance 🙂
August 25, 2015 at 21:45 #74622Laura
ModeratorHello, 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 solutionAugust 25, 2015 at 21:50 #74623Lifevise
Participantan 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.
August 27, 2015 at 23:31 #74959Laura
ModeratorHello, for the groups, please try adding this to style.css of child theme
COPY CODEbody.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 solutionAugust 28, 2015 at 00:38 #74967Lifevise
ParticipantThank 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!August 29, 2015 at 07:30 #75153Laura
ModeratorHello 🙂 please try with this css in style.css
Font sizeCOPY CODEul#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 solutionAugust 29, 2015 at 17:09 #75218Lifevise
ParticipantYes that’s it. Thank you for all your help Laura! 🙂
August 31, 2015 at 03:04 #75443Laura
ModeratorHello, 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 -
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.