I would like to make the logo on the mobile version smaller. The url is www.thracianbio.myshopify.com.
Thank you!
Solved! Go to the solution
This is an accepted solution.
Hi @Thracian1,
Please follow the steps:-
1. Go to Online Store->Theme->Edit code
2. Asset->styles.css
Paste the below code at the bottom of the file.
@media only screen and (max-width: 600px) {
.logo img {
max-width: 60%;
}
}
Thanks
User | Count |
---|---|
444 | |
188 | |
139 | |
61 | |
42 |