class*=navigation selector is too greedy
-
In style.css file There is a selector
.site-main [class*=navigation]
which gives a bottom margin of 2em for every element in the page that contains “navigation” in its class name.
please make it less greedy to only affect the correct elements.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘class*=navigation selector is too greedy’ is closed to new replies.