Home page updates not showing up on Mobile version

I have been making several changes to my homepage (and I still have many changes to go). When I check what my page would look like on all devices, I notice that it’s not being updated on the 481px-767px and 480px-smaller versions.
How can I get those to update to the current home page changes I made on the desktop version (without having to input everything again manually)?

My website is www.crisisequipped.com.

Thank you!

Hello @NadiaCrisisEquipped,

Thanks for asking. :slight_smile:

I checked your website and can confirm that certain elements don’t show up when website is viewed in certain resolutions. I inspected the source and can see that you may intentionally or unintentionally made the selection to hide the element on those screensizes. Please see screenshots:

In first screenshot CSS display: none; property has been implemented which states that between screen size 481px and 767px selected section should not be displayed.

To fix the issue and you want to show the section on all screen-sizes , please make sure that you have not made any selection under Section > Customize > Hide During Breakpoints.

Thanks.

Fixed it! Thank you for your help!!

you are most welcome!

1 Like

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