Spotlight Theme - Custom Cart Missing from Mobile

Hey guys,

I’ve looked all around this forum and not sure how to fix the custom cart missing from the header of the spotlight theme on the phone. I see it in the previews when customizing the theme, but I don’t see it on my iPhone 13. Please assist.

site is YMTE.US - I’m also not sure why it takes so long for the site to “load” on the mobile, although you can actually still scroll through.

Hi @YMTE , it’s not only your iphone, but safari in general. Try this:
Go to edit code > assets > base.css and add this:

#Layer_1{
width:40px;
}

OMG - thank you!! It was also doing it on chrome on my phone too, but this worked.

Now to figure out why the page takes forever to fully load on my phone lol

No problem, glad I could help.
I would start from your console errors (again, it’s not only phone, this is happening on safari in general).