Template: Dentist2URL: www.myfriendsdentist.com
I am trying to align the hamburger menu to the right on this template, logo on the left. I am trying the following CSS with no success:
@media only screen and (max-width: 767px) {
align: right !important;
}
But no luck....
Comments
did you modify the theme files?
Please check the mobile menu layout in theme options>responsive>header
thanks