Shopify themes, liquid, logos, and UX
Hi,
The logo on the mobile version of my website is currently too big, but there is only 1 setting in the theme to change its size, which applies to desktop and mobile.
Is there a bit of code I can add that would decrease the size for mobile only?
The website is www.lexandfox.com
The theme is called Boost
Solved! Go to the solution
This is an accepted solution.
Hey @Alistair18
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag.
<style>
@media screen and (max-width: 768px) {
.store-logo .site-header__logo-image img {
width: 50% !important;
}
}
</style>
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hi @Alistair18,
You can customize CSS with this code:
This is an accepted solution.
Hey @Alistair18
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag.
<style>
@media screen and (max-width: 768px) {
.store-logo .site-header__logo-image img {
width: 50% !important;
}
}
</style>
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
User | RANK |
---|---|
145 | |
98 | |
78 | |
69 | |
65 |
This blog post is a recap of the webinar Getting Ready For BFCM: How To Run A Flash Sal...
By Jacqui Oct 3, 2023Explore the 30-30-30 rule, a dynamic social media strategy for new businesses. Learn how t...
By Trevor Sep 20, 2023Discover how to leverage the often overlooked footer of your ecommerce site to gain custom...
By Skye Sep 15, 2023