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

    Hi there-

    My desktop Enfold site is working fine since all of the WP updates and theme updates, but my mobile site looks terrible and has fallen apart.
    Hoping you can help so I do not have to revert back to older version and rebuild latest content additions/edits.

    Please advise as the majority of the clients access the site via mobile devices and it is a mess.

    Thanks Much,

    Dana

    #438279

    Hey DanaLMahoney!

    Can you take a screenshot and highlight the changes your wanting to do? The only problem I noticed was that your menu was running into your logo which you can fix with this CSS.

    @media screen and (max-width: 900px) {
    nav.main_menu { display: none !important; }
    #advanced_menu_toggle { display: block !important; }
    }

    And then play around with the 900px value until it looks good.

    Regards,
    Elliott

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