Can't seem to get the template to use override.css

October 2012 Joomla Template
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Fri Feb 22, 2013 5:10 am
Reply with quote
Report this post
So I am setting the template to use override.css. I add my css there but the website doesn't change. Then I look at chrome's developer panel, and I see that the template is overriding override.css?! I know that I can force the change by placing a !important next to my css in override, but isn't the point of override to not have to do that?

I'm attaching some pics for clarity
User avatar
Fresh Boarder

GK User
Fri Feb 22, 2013 8:24 am
Reply with quote
Report this post
You need to use !important declaration after your site so similar to this
Code: Select all
#selector {width: !important}
because width of the blocks is not set in CSS files it is generated by framework code.
User avatar
Platinum Boarder


cron