I would like to know how I can add my logo to the mobile menu and have it centered. I have attached a mockup of what I am trying to accomplish. Thanks!
Hey djshortkut!
Try adding this on line 59 in /enfold/header.php;
<?php echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', $addition, 'strong', true); ?>
And then add this to your custom CSS,
#wrap_all > .logo { display: none; }
.show_mobile_menu > .logo { display: block !important; position: relative; z-index: 2000; margin: 0px auto; }
Cheers!
Elliott
Resolved!