Hello,
I’ve designed and developed many websites using Enfold but I’ve never had this kind of isuue:
on mobile view the site seems not process the css code.
– resposive mode has been correctly abled
– the theme has been updated at the last version yet
Please, can you help me?
Thank you
Federica
a lot of css rules are set by adding the html class to the css code .responsive
f.e.: .responsive #top .logo img
if your quick css code only has a rule about .logo img this is not able to overwrite the other selector.
You had to be more specific than the given rule. ( https://specificity.keegan.st/ )
ID’s count on that calculation more than classes than pseudo-classes or attribute selectors.
Is there a live site that can demonstrate your issue – where the rules do not work as you expected?