Thanks in advance.

I'm trying to change "inner padding" width from 48px to 18px to make my posts wider.
I can see the changes made on my copy of style.css on my localhost (my web is not yet online) but when
I look at my pages with firebug the old padding width of 48px remains.

What gives?
HOW do I make these changes permanent and WHY is this happening?
Am I changing the wrong settings in the wrong file? Are these settings controlled from an external source that I don't have access to?

.inner {
padding: 25px 48px 20px;
}

Comments

bvana1’s picture

Title: style.css file not responding to changes » style.css file not responding to changes-SOLVED

"Thanks in advance.

I'm trying to change "inner padding" width from 48px to 18px to make my posts wider.
I can see the changes made on my copy of style.css on my localhost (my web is not yet online) but when
I look at my pages with firebug the old padding width of 48px remains.

What gives?
HOW do I make these changes permanent and WHY is this happening?
Am I changing the wrong settings in the wrong file? Are these settings controlled from an external source that I don't have access to?

.inner {
padding: 25px 48px 20px;
}"

---------------------

After some research I discovered that I was trying to "Hack the Core" which I just concluded is waaaaaay bad.
I'm now researching other modules that will accomp my task.
Hope this helps some other poor slob.

Chad_Dupuis’s picture

/admin/settings/performance - then clear cached data

sapark’s picture

Could it be because the color module is enabled?

You could try making your changes to files/ad_blueprint/custom.css.