How can I adjust my store logo size for mobile and desktop separately?

Solved

How can I adjust my store logo size for mobile and desktop separately?

Mavidals
Excursionist
12 1 1

Hey, my logo is too small on desktop and mobile found a way to change the size to make them larger using this code:

.site-header__logo img {
  max-width: 250px!important;
  width: 250px!important;
}

 I want 250px for desktop and 195px for mobile but it does both of them at 250px and its way too big for mobile

I would really appreciate if anyone could help me

 

mavidals.com

Accepted Solution (1)
Mavidals
Excursionist
12 1 1

This is an accepted solution.

Found a solution on https://community.shopify.com/c/Shopify-Design/Logo-Size-on-Debutify-Theme/td-p/623793 used the first codes and the code you gave me, had to add important to yours because the code for mobile override it, didn't think that would actually work, thanks for all your help

 

 

@media screen and (min-width: 590px) {
.sticky-header.is-scrolling .site-header__logo .default-logo {    width: 250px !important;
    }
}


img.inverted-logo.imgset.radius-none.ls-is-cached.lazyloaded {
    width: 250px !important;
}

.site-header__logo img {
  max-width: 250px!important;
  width: 197px!important;
}

 

 

View solution in original post

Replies 10 (10)

oscprofessional
Shopify Partner
16343 2438 3177
img.inverted-logo.imgset.radius-none.ls-is-cached.lazyloaded {
    width: 250px;
}

Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.scss.liquid

Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...
Mavidals
Excursionist
12 1 1

This worked but I wanted the header logo to change also

oscprofessional
Shopify Partner
16343 2438 3177

for mobile or desktop ?

Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...
Mavidals
Excursionist
12 1 1

Desktop

Gold_Skill
Tourist
8 0 0

Hello 

You can easily make use of Canva.com for the designs 

And set up with Custom Size 

Mavidals
Excursionist
12 1 1

The max size for my theme is 200px for desktop and 150px for mobile.

oscprofessional
Shopify Partner
16343 2438 3177

Hello,

use canva tool and make your logo as per your need.

punch https://www.canva.com/

use custom design & according to your size!

hope this will work.

Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...
Mavidals
Excursionist
12 1 1

This is an accepted solution.

Found a solution on https://community.shopify.com/c/Shopify-Design/Logo-Size-on-Debutify-Theme/td-p/623793 used the first codes and the code you gave me, had to add important to yours because the code for mobile override it, didn't think that would actually work, thanks for all your help

 

 

@media screen and (min-width: 590px) {
.sticky-header.is-scrolling .site-header__logo .default-logo {    width: 250px !important;
    }
}


img.inverted-logo.imgset.radius-none.ls-is-cached.lazyloaded {
    width: 250px !important;
}

.site-header__logo img {
  max-width: 250px!important;
  width: 197px!important;
}

 

 

Mavidals
Excursionist
12 1 1

Do you think I should make any adjustments to the code?

oscprofessional
Shopify Partner
16343 2438 3177

@Mavidals ,

Your issue is solved or not ?

Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...