Home › Forums › Support › Mobile menu right and logo left › Reply To: Mobile menu right and logo left
November 12, 2015 at 10:44 am
#152457
Lead Developer
Lead Developer
Give this CSS a try:
@media (max-width: 768px) {
.nav-float-right .main-navigation {
float: right;
}
.nav-float-right .site-logo {
float: left;
}
}
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-development