Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #46972
    brooke
    Guest

    Hey there I can’t get the hamburger menu centered. Is there a code that I can use to get it centered for mobile?

    Thanks

    #47042
    Brandon C
    Keymaster

    Hi Brooke,

    Thanks for reaching out! Crio Pro WordPress theme doesn’t have a specific control setting for the hamburger menu placement but we are working on getting that implemented in an upcoming update.

    I did come up with a CSS snippet that you might be able to use to accomplish your task. Visit the WordPress Customizer Customize<<CSS/JS Editor and add this:

    @media only screen and (max-width: 600px) {
      .main-menu-btn  {
    	margin-left: 130px;
    }
    
    #masthead .boldgrid-section .container .row div.col-xs-12 .sm-clean {
    	margin-left: 120px;
    }
      }
    }

    You may have to modify the values a bit but this should get you close to where you need to be.

    I hope this helps! Please reach back out to us if you have any other questions.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How do I center the hamburger menu in my Crio theme?’ is closed to new replies.