CSS Edits Not Showing on SIngle Post Page
Hello,
I am using the Theme's built-in CSS editor (Custom CSS & JS > CSS) to make edits on the CSS throughout the site.
Everything has been working as it should on editing the CSS on other areas of my site, until I started making tweaks to the formatting of the single blog post page.
Using a combination of searches on this forum, along with Chrome's CSS/code panel, I know what I want to edit and the code needed to do so.
I can edit it in the Chrome browser for testing purposes, and it works. (Some of the code is taken straight from your responses to other people's inquiries as a matter of fact, so it should work...)
The thing is, no edits appear. I checked the browser cache, turned off the W3 cache plugin, and even checked with my hosting company about a server-side cache. I tried adding "!important" tags. Nothing works.
The thing is, no edits appear. I checked the browser cache, turned off the W3 cache plugin, and even checked with my hosting company about a server-side cache. I tried adding "!important" tags. Nothing works.
There is no reason why these edits should not be appearing--is there something wrong with my code, or is it the CSS editor, or what?
The CSS code:
.column, .columns {margin: 0 1% 20px}
.single-post .single-photo-wrapper.image {margin-bottom: 0px;}
.single-post .the_content_wrapper {margin: 0 1% 5% 1%; font-size: 16px; line-height: 28px;}
Thanks,
Scott
Comments
the css may do not work if you did mistake/s in your css section. After the place/line where you did mistake, any css below won't work.