Please update CSS
-
Many places nextGen is using !important in the standard styles. This gives quite a few problems.
One would think that enabling custom styles in the settings, and then overriding the styles with an !important tag would solve the problem. But apparently NextGen loads the custom styles first, and then loads the basic styles. Overriding the custom styles, even though we set the !important flag to ensure that we override the styles nextGen provides us with.
The only way for me to solve this at the moment is to create a new stylesheet, and then force it to be the last thing loaded on the site. Not really a good practice.
The topic ‘Please update CSS’ is closed to new replies.