Bigcommerce Design Studio

How to Remove the Header Logo’s Top and Bottom Gap in BigCommerce Cornerstone Theme

To eliminate the top and bottom spacing around the header logo in the BigCommerce Cornerstone theme, add the following CSS code to the end of your theme.scss file.

For step-by-step instructions, check out this quick video guide on how to edit the theme.scss file. – quick video guide to edit theme.scss

.header-logo { 
margin: 0.5rem auto; 
}