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

    Hello,

    My website uses enfold, but we are having some issues from google.

    when it renders, the menu above the header seems to take up all the space? Any way to hide that on mobile?

    #338454

    Hey ccarberg!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 768px) {
    nav.sub_menu { display: none !important; }}

    Best regards,
    Yigit

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