zoebrock Posted August 24, 2021 Share Posted August 24, 2021 Site URL: https://athleticmindset.nz/athletes Today my client's website suddenly has a white bar at the top with a } in it across the entire site. I tried deleting all custom css to see if it resolved - no fix. Tried deleting everything in Advanced header and footer - no fix. Any ideas?! We were about to launch... yikes. Screen shot below: Link to comment
Solution creedon Posted August 24, 2021 Solution Share Posted August 24, 2021 It's somewhere around this code I think. Where that code is, in your site is hard to say but it does look more like header code somewhere. <link rel="stylesheet" href="/s/WMSplitSections.css"> }</style> <style>@media(max-width:799px){ It should probably look like the following. <link rel="stylesheet" href="/s/WMSplitSections.css"> <style>@media(max-width:799px){ Let us know how it goes. Find my contributions useful? Please like, upvote, mark my answer as best , and see my profile. Thanks for your support! Link to comment
zoebrock Posted August 24, 2021 Author Share Posted August 24, 2021 9 minutes ago, creedon said: It's somewhere around this code I think. Where that code is, in your site is hard to say but it does look more like header code somewhere. <link rel="stylesheet" href="/s/WMSplitSections.css"> }</style> <style>@media(max-width:799px){ It should probably look like the following. <link rel="stylesheet" href="/s/WMSplitSections.css"> <style>@media(max-width:799px){ Let us know how it goes. YES! Thank you!!!! You've saved the day. hugs!!!!! xoxoxoxo creedon 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment