
To make the mobile logo bigger in the Vault BigCommerce theme, add the following code to theme.scss
. Navigate to Storefront > My Themes > Customize > Edit Theme Files, find theme.scss
, and paste the code at the bottom. Save and apply changes.
Or follow our video guide for step-by-step instructions. https://sumnima.studio/bigcommerce-how-to-edit-theme-scss/
@media only screen and (max-width:800px) {
.header-logo>a,
.header-logo-image-container {
position: static;
}
.header-logo-image {
max-height: 90%;
}
}
Chris Lewis (Customer) asked a question.
Vault theme, make mobile logo bigger?
Can someone help me make the mobile logo larger in vault them please?