-
Author
-
November 13, 2016 at 23:59 #144045eth6706Participant
Hello,
I am trying to do two things:
1. Move the mobile navbar from the right side to the left and center the logo text. I tried doing it with this custom css, but it didn’t work:
@media only screen and (max-width:767px){
.navbar-header .logo{
text-align: center;
}
.navbar-header .kleo-mobile-switch{
float: left;
margin-left: 5px;
margin-top: 5px;
}
}
2. Get the Side Menu to actually work. I only want to use it on mobile, but when I enable it and click on the menu, nothing happens. Through Chrome’s inspection tool I can see that it knows that it is being clicked, but the side menu does not pop out. Yes, I have the menu configured properly under Dashboard –> Appearance –> Menus.
Could you please provide me with some insight into how to fix these problems associated with the Kleo theme? Other than these two issues, the theme is fantastic!
Thanks
November 15, 2016 at 08:25 #144228LauraModeratorHello 🙂
1- Try withCOPY CODE@media only screen and (max-width:767px){ .navbar-header .logo { text-align: center !important; } .navbar-header .kleo-mobile-switch{ float: left !important; margin-left: 5px !important; margin-top: 5px !important; } }
2- It could be related to a plugin, did you try to deactivate some plugins and try again? 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
November 16, 2016 at 09:08 #144402eth6706ParticipantIssue number 1 has been solved! Thanks!
But issue number 2 is still an issue…I disabled all non-important plugins and it still doesn’t work. What else could it be besides plugins that would prevent the side menu from sliding out?November 17, 2016 at 09:28 #144533LauraModeratorHello, can you share access so i can check it out? 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
-
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.