Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #535320

    I am playing around with your theme to show a client what is possible to do…

    Is it possible to remove the “extra info” with phone number from mobile?
    And also…I want to show another Menu Layout on mobile (mega menu)…he wants to have the menu ordered in 2 rows, not just one below the other…is that possible?

    Thanks for your help!

    #535447

    Hey MMA_Impact!

    Sure, please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 769px) {
    .phone-info { display: none !important; }}

    And please see – http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/

    Regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.