All things Shopify and commerce
This is an accepted solution.
Hi. if you want your logo to get bigger on mobile you can try this code.
<style>
@media only screen and (man-width: 768px)
{
header .header__heading-logo-wrapper
{ scale: 1.7 !important; }
}
</style>
Please like my answer and accept it as solution if it helps you. 😊
Hi @saabbb1212,
You can go to your Shopify admin > Online store > Theme > Customize > Theme setting > Logo (dropdown menu) > click on the logo > Resize. Once done with this, click Apply.
Found my advice useful? A like or marking it as the solution would be appreciated!
✨ Available on Shopify App Store and start FREE now.
✨ Join us today on our website: https://zopi.io/
✨ Visit our Help Center or email us for personalized onboarding assistance, get access to exclusive dropshipping news and tutorials.
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above </head>
<style>
@media only screen and (min-width: 768px) {
header .header__heading-logo-wrapper {
scale: 1.4!important;
}
}
</style>
Result:
If it helps you, please like and mark it as the solution.
Best Regards 😊
B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.
B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.
B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.
BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now
hi, it didnt really get bigger.thanks though
This is an accepted solution.
Hi. if you want your logo to get bigger on mobile you can try this code.
<style>
@media only screen and (man-width: 768px)
{
header .header__heading-logo-wrapper
{ scale: 1.7 !important; }
}
</style>
Please like my answer and accept it as solution if it helps you. 😊
thanks heaps!
There is small error in the code. I advise to edit the previous code. It will make your logo look better on your store.
<style>
@media only screen and (min-width: 768px) {
header .header__heading-logo-wrapper {
scale: 1.4 !important;
}
}
@media only screen and (max-width: 768px) {
header .header__heading-logo-wrapper {
scale: 1.6 !important;
}
}
</style>
Hi @saabbb1212
I can not find your store to check, could you please kindly share with me your store URl?
Best,
Daisy
The year-end shopping spree is around the corner! Is your online store ready for the ...
By JasonH Nov 10, 2024We recently spoke with Zopi developers @Zopi about how dropshipping businesses can enha...
By JasonH Oct 23, 2024A big shout out to all of the merchants who participated in our AMA with 2H Media: Holi...
By Jacqui Oct 21, 2024