Hey all,
For some reason my columns are squished together in my section. See below:


in cornerstone it looks fine

my website is caseyvillanueva.com/ebefresh
Hey all,
For some reason my columns are squished together in my section. See below:


in cornerstone it looks fine

my website is caseyvillanueva.com/ebefresh
Hi @caseyv22,
Thanks for reaching out.
Looks like you’re always applying <font> element to your content to format it, and the problem is you never close it. Example,
<font color="grey">Our company is founded on saving food and providing resources to help eliminate this increasingly important issue by providing an effective solution that translates cash back into the pockets of growers, providers and consumers alike.
It’s added to promo content but there is no </font>, thus breaking the entire layout. I recommend checking all your contents and add applicable closing tags.
It works on the builder since the preview for each element is isolated to the contents for other elements.
Thanks!
Wow that makes a lot of sense. Thanks!!
Hi,
Here is a tool for checking your HTML content if it’s valid or not.
Paste your HTML mark between <body> and </body> tag, a red x will show on the left side containing the information of the error (if any).
Cheers!
thank you!!
You are most welcome!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.