Jump to content

Mobile Category List Help (Disappearing Categories)

Go to solution Solved by tuanphan,

Recommended Posts

Site URL: http://flower-lavender-ns86.squarespace.com

Hi there! Hoping I can get a little help. Currently the mobile version of our website is hiding the category list at the top of the page on all shop category pages with the exception of the landing "All" page. Everything works fine on the desktop version.

On mobile, from the dropdown, when you click on "Shop Online" the landing page that shows up lists all the categories at the top. From there, if you click any of the categories, whatever page you land on no longer shows any categories at the top.

Any insight would be greatly appreciated. Thank you!!

Erik

 

Screen Shot 2022-09-07 at 6.41.47 PM.png

Screen Shot 2022-09-07 at 6.45.38 PM.png

Link to comment
  • Solution

Try adding to Design > Custom CSS

/* Show category Link (ver 3 */
@media screen and (max-width:767px) {
	h2.nested-category-title.nested-category-title-padding + .nested-category-tree-wrapper {
    display: flex;
    float: none !important;
    max-width: unset !important;
    min-width: unset !important;
    width: 100% !important;
      
}
h2.nested-category-title.nested-category-title-padding + .nested-category-tree-wrapper ul {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
      flex-wrap: wrap;
}
}

 

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.