CSS Edits Not Showing on SIngle Post Page

edited November 2016 in Blog
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.

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

Sign In or Register to comment.