Possible CSS conflict
-
Hi,
In Custom Post Type block, I’m using grid template with 4 columns. When I set Spacing: Small, it doesn’t work because the default CSS rule for
getwid-columns-4
overrides the CSS rule forhas-spacing-small
.More specifically:
.getwid-columns.getwid-columns-4 > * { padding-left: 30px; padding-right: 30px; ... }
overrides
.has-spacing-small > .getwid-columns > * { margin-top: 10px; padding-left: 5px; padding-right: 5px; }
I’m I doing something wrong or this is a bug?
Thanks
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Possible CSS conflict’ is closed to new replies.