Body position rule should be namespaced
-
The final rule in build.css
body{position:relative}
should be namespaced using the eplus_styles class to restrict only to pages where the plugin is active:
body.eplus_styles{position:relative}
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Body position rule should be namespaced’ is closed to new replies.