Jump to content

centre store title and reduce + x menu size mobile version

Recommended Posts

  • Replies 3
  • Views 656
  • Created
  • Last Reply

a) Add the following to Design > Custom CSS.

.cart-title {

  text-align : center;
  
  }

b) Add the following to Store Settings > Advanced > Page Header Code Injection for the store page.

<style>

  /* center category title on mobile */
  
  @media screen and ( max-width : 575px ) {
  
    .products.collection-content-wrapper .nested-category-title {
    
      justify-content : center;
      
      }
    }
    
  </style>

c) Add the following to Design > Custom CSS.

/* make navigation menu open (plus)/close (x) icon smaller on mobile */

.burger-inner.header-menu-icon-plus .top-bun,
.burger-inner.header-menu-icon-plus .bottom-bun
  {
  
    width : 20px;
    
    }

This is for v7.1.

Let us know how it goes.

Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.

Link to comment
17 hours ago, creedon said:

a) Add the following to Design > Custom CSS.


.cart-title {

  text-align : center;
  
  }

b) Add the following to Store Settings > Advanced > Page Header Code Injection for the store page.


<style>

  /* center category title on mobile */
  
  @media screen and ( max-width : 575px ) {
  
    .products.collection-content-wrapper .nested-category-title {
    
      justify-content : center;
      
      }
    }
    
  </style>

c) Add the following to Design > Custom CSS.


/* make navigation menu open (plus)/close (x) icon smaller on mobile */

.burger-inner.header-menu-icon-plus .top-bun,
.burger-inner.header-menu-icon-plus .bottom-bun
  {
  
    width : 20px;
    
    }

This is for v7.1.

Let us know how it goes.

thank you so much for all of your help!!!!!

Link to comment

Archived

This topic is now archived and is closed to further replies.


×
×
  • 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.