C9 Blocks conflict on Checkout page
-
Hi,
I discovered a small issue with C9 Blocks (Or it could even be the theme I’m using, but I’ll post the issue for them as well):I use KadenceWP theme. With C9 Blocks enabled the woocommerce checkout page gets messed up and squashes everything in the left column all the way to the left. I have worked out that it is likely a specificity problem with the .col-1 and .col-2 classes that have their max-width set at 8.33%. This overrides the normal setting on the checkout page of 100%. The problem goes away as soon as I disable C9 blocks and seems to be unchanged if I disable the additional Kadence blocks plugin.
My temporary fix which seems to work is this:
div#customer_details > div.col-1, div.col-2 { flex: unset; max-width: 100%; }
I included the flex property because it also is set to 8.33% and although it doesn’t seem to make a difference I disabled it anyway just in case something else tries to modify it for the page.
Loving these blocks otherwise!
- The topic ‘C9 Blocks conflict on Checkout page’ is closed to new replies.