Hi ask above-mentioned subject. Please help.
Please refer to attached image or the url link to my webstore.
Hi ask above-mentioned subject. Please help.
Please refer to attached image or the url link to my webstore.
Hi can i reduce the font size to fit between my store logo and the search logo?
Hi yes this is good.
Maybe the font can be just a little bigger because i can still make use of some spaces in between.
Thank you!
Please try this code 1. Go to Online Store->Theme->Edit code 2. Asset->/theme.scss.liquid–>paste below code at the bottom of the file.
@media only screen and (min-width: 750px){
.site-header .medium-up--one-half {width: 80% !important;}
.site-header .medium-up--one-quarter {width: 10% !important;}
.site-header__icons-wrapper{margin-top: 15px !important;}
.site-header__logo { margin: 25px 0px !important;}
}
Thanks!