If then Statement Showing up on some Page

Text is showing up on some of my pages
“if (screen && screen.width > 768) if (screen && screen.width > 768)”

What causes this bug?

Thanks

hi @MODBrian it is part of JS or CSS media query so check your custom code as it has something not closed properly eg. missing semicolon etc.

the best way to get help is to follow basic posting guide that is pinned on top of each section, if you have missed it here they are.

#When posting please:

  1. Required: Share your project’s Read-Only link AND live site’s Published link
  • The read-only link is a special url generated in the Dashboard to allow others to view your project in the Webflow Designer. How to get your project’s read-only link?
  • The published link is the webflow.io subdomain where you can view the live site with custom code running. It is important to share this link, as custom code does not run in the Designer.
  1. Upload as many screen shots/screen cast videos as possible to help others help you faster
  2. Add a description and/or post a link to a working example of what you’re trying to achieve
  3. Reply to users by tagging using the @ sign followed by their forum username like this: @MODBrian
1 Like