How can I adjust the logo size for mobile view in Dawn theme?

Solved

How can I adjust the logo size for mobile view in Dawn theme?

DSS5
Explorer
77 0 24

hi guys, i am able to adjust size of the logo in desktop view in 'setting_schema' but unable to do this for mobile view. can someone help me in this?

i want logo's increase by 10-15% only in mobile view.  any help please.  URL : deshoeshop .com

Accepted Solutions (2)

Hardik29418
Shopify Partner
2913 419 1081

This is an accepted solution.

Please go to
1) Online store
2) Themes -> Edit theme
3) Layout
4) theme.liquid and paste this code before </head>

<style>
@media only screen and (max-width: 500px) {
.header__heading-logo-wrapper .header__heading-logo {
max-width: 110%;
}
}
</style>

- Need a Shopify developer? Chat on WhatsApp or EMAIL ME!


- Your Coffee Tip would do Magic code ❤️
- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Email

View solution in original post

Beae_Cass
Shopify Partner
436 167 178

This is an accepted solution.

Hi @DSS5 ,

This is Anthony from Beae Landing Page Builder, and I’m happy to assist you today.

 

While I acknowledge that this issue falls short of the desired outcome, I have an idea that I believe might be of help:

1. Go to Online Store -> Theme -> Edit code
2. Open your theme.liquid file
3. Paste below code before </body>:

<style>
@media only screen and (max-width: 747px){
    .header__heading-logo {
        scale: 1.1;
    }
}
</style>

 

Best regards,

Anthony

Beae - The NextGen Page Builder


- Was my answer helpful? Please hit Like or Mark it as solution!
- Get in touch with us: App Store | Demo Template

View solution in original post

Replies 7 (7)

Hardik29418
Shopify Partner
2913 419 1081

This is an accepted solution.

Please go to
1) Online store
2) Themes -> Edit theme
3) Layout
4) theme.liquid and paste this code before </head>

<style>
@media only screen and (max-width: 500px) {
.header__heading-logo-wrapper .header__heading-logo {
max-width: 110%;
}
}
</style>

- Need a Shopify developer? Chat on WhatsApp or EMAIL ME!


- Your Coffee Tip would do Magic code ❤️
- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Email
DSS5
Explorer
77 0 24

thanks for quick reply, but i am facing another issue here. when i am increasing size of logo in mobile view, it is touching 'search' logo/option.

is there any way, to move search and cart logo towards to far right(i don't mind if search and cart come close to each other. But also, by looking on that i have to move left side option ('3 lines' to far left). any help for all that please ...?

 

IMG_6841.jpeg

joshcorbett
Shopify Partner
26 1 7

The code-free way to do this is to set your mobile logo and adjust it's size, no?

Screenshot 2024-07-17 at 2.51.59 PM.png

you can't just say perchance

Beae_Cass
Shopify Partner
436 167 178

This is an accepted solution.

Hi @DSS5 ,

This is Anthony from Beae Landing Page Builder, and I’m happy to assist you today.

 

While I acknowledge that this issue falls short of the desired outcome, I have an idea that I believe might be of help:

1. Go to Online Store -> Theme -> Edit code
2. Open your theme.liquid file
3. Paste below code before </body>:

<style>
@media only screen and (max-width: 747px){
    .header__heading-logo {
        scale: 1.1;
    }
}
</style>

 

Best regards,

Anthony

Beae - The NextGen Page Builder


- Was my answer helpful? Please hit Like or Mark it as solution!
- Get in touch with us: App Store | Demo Template
DSS5
Explorer
77 0 24

thanks for quick reply, but i am facing another issue here. when i am increasing size of logo in mobile view, it is touching 'search' logo/option.

is there any way, to move search and cart logo towards to far right(i don't mind if search and cart come close to each other. But also, by looking on that i have to move left side option ('3 lines' to far left). any help for all that please ...?

 

IMG_6841.jpeg

see screen shot.

Hardik29418
Shopify Partner
2913 419 1081

Please go to
1) Online store
2) Themes -> Edit theme
3) Layout
4) theme.liquid and paste this code before </head>

<style>
@media only screen and (max-width: 500px) {
.header__search details .header__icon span{
padding-left: 19px;
}
}

</style>

- Need a Shopify developer? Chat on WhatsApp or EMAIL ME!


- Your Coffee Tip would do Magic code ❤️
- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Email
DSS5
Explorer
77 0 24

sorry mate, but this above code is only reducing size of the 'search' icon. i want both my right side of icons ('search' and 'cart' icons) move to far right and also the gap between 'search and cart' icon get reduced. 

as well as, because we have to match both right side to left side, so i need to move 'menu' bar(3 lines on left) also move to far left as per right side.