Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS little tricks about RWD Re: little tricks about RWD

#110795
TheDoc
Member

Instead of using `!important` you should just avoid using any inline styling at all. If you need to add styling via Javascript, then you should add a class and enter the corresponding styles in your CSS file.