Stylesheet Not Updating
-
Good morning everyone,
Bizarre issue with my client’s WordPress site, running customized TwentyEleven theme. Whenever I update the stylesheet, the changes save in the .css file, but they’re not being reflected at all on the website.
I’ve checked out some helpful threads in the forums already, and I understand you’re all quite busy, so I’ll report what I’ve already found, and attempted:
– I’ve cleared my browser’s cache, and tried this in both Chrome and Safair: didn’t fix
– I’ve created a Child Theme, and the site’s now pulling this particular stylesheet: didn’t fix
– Tried “!important”ing the styles I want updated in the parent stylesheet, with Child Theme running: didn’t fix
– Tried uploading a brand new stylesheet, named different: didn’t fix
– I’m certain it’s the correct stylesheet that I’m editing
–Site: https://pcwmanitoba.ca/
Best example: Home page houses two sections of three content containers each (first one’s right below the tagline, second one is right above the contact info).
CSS:
.tri_col { width: 257px; max-width: 33%; border-right: 1px solid #dfdfdf; float: left; margin: 30px 0; padding: 30px 35px; }
But what’s saved in the stylesheets (both Parent and Child):
.tri_col { max-width: 244px !important; border-right: 1px solid #dfdfdf; float: left; margin: 30px 0; padding: 30px 35px; }
Also tried updating the single page posts Previous and Next navigation to include padding, however the styles aren’t updating either.
Any and all help is appreciated, thank you in advance!!
- The topic ‘Stylesheet Not Updating’ is closed to new replies.