Luis Torres
asked 10 years ago

Just like the title says. Not sure whats going on. Please see the site in collapsed mobile mode

Luis Torres
replied 10 years ago

Namely. The side nav buttons.

2 Answers
well wisher
answered 10 years ago

thats because of your large logo dimensions

DominicStaff
answered 10 years ago

To resolve this issue, please follow the jetpack’s guideline in the Blog article on how to use Edit CSS here. http://cmspioneer.com/designwall/blog/using-jetpack-custom-css-for-your-wordpress-site/
After that, just add the following code to the Edit Css.

@media only screen and (max-width: 985px) { 
   #header .sidebar-control, #header .navigation-control {
         color: #222;
}
   #header .navigation-control  {
          background-image: none;
}
}

Regards

Powered by DW Question & Answer Pro