Using hide during break points but section disapeared

Hey,
I created 2 sections, one for mobile and one for all other devices. I hid them accordingly using the option to hide for certain breakpoints. It looks great when im in the pro editor. Looks perfect. I view it live and it disappears on mobile. I dont get it. I defintely have it set to view on mobile. If you resize the page you will see 2 sections disappear instead of rearranging nicely.

http://2e6.274.myftpupload.com/new-home/

Any ideas on why?
Thanks
Rena

Hey Rena,

The usual cause of that is broken HTML. Inspecting the source code of your page, I see these broken HTML:

There are 2 closing </section> tags but there’s no opening <section> tags. They are near your GET IT NOW button.

You also didn’t close a span.

There might be other HTML syntax errors in your page. If you’re writing HTML, I’d recommend that you validate them before inserting in your content. You can use a tool like https://htmlhint.io/

Thanks.

Oh ok great. Thanks for that tip!

You are most welcome. :slight_smile:

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