Global Box Sizing: Border-Boxed problem.
-
Another problem fetch. You used:
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }This box sizing conflict with our theme, can you use this way:
.wpdt-c * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }So it will not conflict with others.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Global Box Sizing: Border-Boxed problem.’ is closed to new replies.