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

    Hello! I recently added a header widget to a site to add some compatibility for a hamburger menu in AMP. However, the use of a header widget seems to be causing some odd loading on the non-AMP versions of my site. This is occurring with any content in the widget, but not if the widget is left empty. Can you please suggest a workaround? Thanks!

    #1398304

    Hey jaimemerz,

    Thank you for the inquiry.

    Have you tried hiding the amp menu using css media queries?

    @media only screen and (min-width: 768px) {
    	/* Add your desktop Styles here */
    
    }

    Best regards,
    Ismael

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