Hi,
I wanna make my logo on the checkout page to appear much bigger than it is now. I went to theme settings and set it to the max (large) but it’s still way too small. Any help would be appreciated!
Hi,
I wanna make my logo on the checkout page to appear much bigger than it is now. I went to theme settings and set it to the max (large) but it’s still way too small. Any help would be appreciated!
Add this code in theme.css or theme.scss
@media (min-width: 1000px){
.logo__image--large {
max-height: 10.714286em;
margin-top: -58px !important;
margin-left: 112px;
}}
Hi! it did not work
add this code in stylesheet.css
@media (min-width: 1000px)
.logo__image--large {
max-height: 12.714286em;
}
i dont have any stylesheet