My columns are stacking & I don't know why

hey guys, not sure what just caused this, but I just watched my 3rd column disappear and found that it is attached to the bottom of my 2nd column now. And I can’t do anything to get it to go back…?

Any ideas as to why my 3rd column might be attaching itself to the bottom of my 2nd column?

Here is the page I’m working on:

http://www.lifestyleuni.com/christlike-course-shop-page/

the problem is on the pricing/register section just above the FREQUENTLY ASKED QUESTIONS section.

They look how they are supposed to in Cornerstone, but on the front facing site is where the problem shows. I tried clearing my cache as well, and it still does it…?

thanks so much

Hi There,

There might be the HTML syntax error in your text element.

Please use this tool to correct it:

https://htmlhint.io/

Let us know how it goes!

I’m really sorry but I have NO idea what you mean haha. no clue.

I’m not using HTML code, I’m just using the drag and drop elements in cornerstone.

  1. where would I find that code?
  2. what do I need to do to correct it?
  3. And why would it have happened in the first place?

thanks

Hi @btbogan,

The text element is a drag and drops element, but the content you added to it is the one that causing the issue. And that is HTML content you have manually added.

  1. Please inspect the text element where you added this content

<h6><span style="color: #3366ff;">GROUP</span></h6><p</div>

  1. Edit the text from that text element and correct it by removing <p, example,

<h6><span style="color: #3366ff;">GROUP</span></h6></div>

  1. It’s mostly typo error or copy-paste error since it’s common user mistake. It happen on my end too, and I have to use tool like this https://validator.w3.org/nu/?doc=http%3A%2F%2Fwww.lifestyleuni.com%2Fchristlike-course-shop-page%2F to see where the error is then I manually search it from my contents.

Thanks!

perfect. haha. thanks so much for helping me find that

You’re most welcome! :wink:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.