CSS stopped working

Launched this site earlier in the year… CSS worked fine. Making some edits for the client and noticed CSS formatting was no longer recognized. but it looks normal when I’m the Customize View. Please see attached screenshots. The first is the way it’s supposed to be seen (without the ‘Dinner’ header) , the second is the way it looks like now .

Hi There,

Thanks for writing in!

Would you mind providing the website details in a secure note, so that we can have a look on to the issue?

Before that please check the following.

  1. Ensure everything is up to date according to our version compatibility list at https://theme.co/apex/forum/t/troubleshooting-version-compatibility/195. Please follow the best practices when updating your theme and plugins. See https://theme.co/apex/forum/t/setup-updating-your-themes-and-plugins/62 for more details.
  2. Clear all caches including browser cache then deactivate your caching plugins and other optimization plugins.
  3. If you’re using a CDN, please clear the CDN’s cache and disable optimization services.
  4. Test for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.
  5. Remove custom CSS, Javascript and templates.
  6. Reset your htaccess file by renaming it to .htaccess-bak. Then in WP Admin Menu, go to Settings > Permalinks and just click the Save Changes button.

Hope this helps!

Hi @ChadAustin,

This is the cause,

/*  COLUMN SETUP  */
.col2 {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;\
}

There is a backslash at the end of margin. I went ahead and fixed it.

Thanks!

I love you guys- I so shoulda caught that. Thanks for the second set of eyes!

You’re more than welcome, glad we could help.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.