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

  • Author
  • #144045
     eth6706
    Participant

    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

    #144228
     Laura
    Moderator

    Hello 🙂
    1- Try with

    COPY 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 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 🙂

    #144402
     eth6706
    Participant

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

    #144533
     Laura
    Moderator

    Hello, 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 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 4 posts - 1 through 4 (of 4 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?