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

    I would like the mobile menu to function exactly like CNN.com, where the menu slides from right to left and sits below the header bar, leaving the logo visible. Is this possible?

    #400734

    Hey Mike!

    Please try adding following code to Quick CSS in Enfold theme options under General Styling tab to show logo when mobile menu is visible

    ul#mobile-advanced {
    margin-top: 120px;
    }

    Cheers!
    Yigit

    #401850

    That works! Thank you.

    Also, I got rid of the scale-up effect with this

    #mobile-advanced {
    transform: scale(1); 
    }
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Customize mobile menu to look like CNN.com’ is closed to new replies.