Max width setting in style.css
-
In your theme’s style.css file there’s this code, with a max-width: 100% setting:
div, img, pre, figure { max-width: 100%; overflow: hidden; }Which I’m not sure is actually a good practice or needed at all. Can you clarify why do you need this piece of code?
In its current state, it can easily conflict with other plugins, which don’t need max-width (but your theme sets that anyway). I think it would be best if this code would be removed.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Max width setting in style.css’ is closed to new replies.
