Home › Forums › WoodMart support forum › HTML block in Empty Cart not working. Margin below Short Desc, on Product page › Reply To: HTML block in Empty Cart not working. Margin below Short Desc, on Product page
Luke Nielsen
Hello,
f,g ) These tables from the “Codepen” (also that you added early) have global CSS classes that affect on the our site.
https://monosnap.com/file/l3evvrBRxyD3RurQv5GhVhUfJs4PKq
In addition, these tables use a backward-compatible language extension for CSS (Less, SCSS – you can see it in the below screenshots).
https://monosnap.com/file/fkZiLGNPcEYjnau4igPnogLwL5xKPn
https://monosnap.com/file/ZkyGMkbkbR496sMjf7IOBiNEiVw6XH
“Custom CSS” areas and the “Raw HTML Element” element support only CSS. Hence these codes from the “Codepen” will not work.
1. I recommend you find the table that will not have the “Less” and “SCSS ” language extensions.
2. CSS classes should not have global names like .container
.body
.row
.
Kind Regards