Knocking my head here. This is probably something obvious I’m missing, but the css here, specifically Background, is working everywhere but chrome. Can’t seem to figure out why 🙁
Knocking my head here. This is probably something obvious I’m missing, but the css
Share
Look up in global.css file, line 28:
“display: block;” is your problem. Try to remove or create a new class, cause I can see it affects the entire page badly.
NOTE Edited – use “display: inline;” that seems to fix the bug.