Shopify themes, liquid, logos, and UX
Hi,
I looked for a solution on the forum, but didn't find it.
Is it possible to enlarge the logo only on the mobile version? On the desktop version I have a perfectly matched logo and header size.
The theme that I'm using is Local by Krown Theme, my website is www.xmine23.it
Solved! Go to the solution
This is an accepted solution.
Hey @vivvy1522
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: 767px) {
.site-header .logo img {
width: 170px !important;
object-fit: cover !important;
left: 15px !important;
position: relative;
}
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
This is an accepted solution.
Hey @vivvy1522
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: 767px) {
.site-header .logo img {
width: 170px !important;
object-fit: cover !important;
left: 15px !important;
position: relative;
}
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Thank you! It worked perfectly! now it's perfect 😍
Hello @vivvy1522
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
@media screen and (max-width: 767px){
.site-header .logo img {
width: 200px !important;
object-fit: cover !important;
margin-left: 21px;
}
.site-header .logo {
padding: 0 1rem !important;
}
}
</style>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025