Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #345679

    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!

    #346084

    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

    • This reply was modified 10 years ago by Elliott.
    #350280

    Resolved!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Add Logo to Mobile Menu’ is closed to new replies.