Jump to content

How to show the product breadcrumb on mobile? (fluid engine)

Recommended Posts

Hi! Is there a way to still show the breadcrumbs on mobile view? I've tried targeting the breadcrumb code and displaying it to block with a media query for mobile, but that doesn't seem to work.

For reference, here's the site and a product page. Breadcrumb shows up on desktop but not mobile:

https://beamcenter.squarespace.com/benefit-brunch

https://beamcenter.squarespace.com/benefit-brunch/p/illuminator

Password: beam

Thank you!

Link to comment
  • Replies 6
  • Views 1.7k
  • Created
  • Last Reply

Top Posters In This Topic

Add to Design > Custom CSS

@media screen and (max-width:767px) {
.ProductItem-nav .ProductItem-nav-breadcrumb, .ProductItem-nav {
    display: flex !important;
}
.hidden-sm-down {
    display: block !important;
    width: 100% !important;
}
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
14 hours ago, tuanphan said:

Add to Design > Custom CSS

@media screen and (max-width:767px) {
.ProductItem-nav .ProductItem-nav-breadcrumb, .ProductItem-nav {
    display: flex !important;
}
.hidden-sm-down {
    display: block !important;
    width: 100% !important;
}
}

 

Awesome, this worked for me. Thank you!

Edited by ampddesigns
Link to comment
On 3/6/2023 at 1:21 AM, tuanphan said:

Add to Design > Custom CSS

@media screen and (max-width:767px) {
.ProductItem-nav .ProductItem-nav-breadcrumb, .ProductItem-nav {
    display: flex !important;
}
.hidden-sm-down {
    display: block !important;
    width: 100% !important;
}
}

 

I spoke too soon — this actually created some other problems where the button wasn't clickable and the image repeated 3 times on mobile. I imagine the button issue could be fixed with z-index. I didn't have much time to figure out what was going on with the image, so I just removed the code and will forego the breadcrumb for now.

Hopefully Squarespace will add this feature in for mobile; not sure why it isn't an option.

Link to comment
  • 9 months later...
On 12/8/2023 at 6:25 PM, Cedric said:

Hello ampdesigns 

I have the same problem on my site i would realy need the mobile breadcrumb on my site , did you find a solution for this yet or does anyone can give me information about this?

Thanks in advance

If you share link to a product on your site, we can check easier

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment


×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.