Jump to content

Breadcrumb navigation disappears in mobile version

Recommended Posts

Site URL: https://www.abeno.co.uk/order

Hi guys, 

Quick question, we've got a couple online stores up with breadcrumb navigation which work great on the computer, but disappear in the mobile version and seem to allow only the arrow options. Is there a way to keep the breadcrumb nav in the mobile site? The thing I'm worried most about is frustrating customers, because after you add an item to basket you have to press back on the browser to go to the previous page, or through the main site navigation, both options of which bring the customer back to the top of the main store page regardless of what category they might have been in.

I'd be very grateful if someone could give me a hand with this.

Cheers,

Matthew

Edited by MatthewNakatani
Link to comment

Add to Home > Design > Custom CSS

@media screen and (max-width:767px) {
.ProductItem .ProductItem-nav .ProductItem-nav-breadcrumb {
    display: block;
}
.ProductItem .ProductItem-nav {
    flex-direction: column;
}
}

 

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
  • 5 months later...
On 6/14/2020 at 2:30 AM, tuanphan said:

Add to Home > Design > Custom CSS



@media screen and (max-width:767px) {
.ProductItem .ProductItem-nav .ProductItem-nav-breadcrumb {
    display: block;
}
.ProductItem .ProductItem-nav {
    flex-direction: column;
}
}

 

HI there! What CSS would include the product's category in between this? Thanks in advance!!

Edited by mars2
spelling correction
Link to comment
  • 1 year later...

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.