Solved

How can I increase the Lorenza logo size beyond the limit?

jamesMeegan
Excursionist
47 1 11

Im trying to make the Lorenza logo larger than what is allowed can anybody give me an idea as to what i should do 

Screen Shot 2021-10-15 at 2.43.19 PM.png

Preview link: https://sujymxv45co32wmk-4339695709.shopifypreview.com

 

Accepted Solution (1)

KetanKumar
Shopify Partner
36843 3636 11978

This is an accepted solution.

@jamesMeegan 

sorry for that issue can you try this code.

1. Go to Online Store->Theme->Edit code
2. Asset->/stylescss.scss.liquid->paste below code at the bottom of the file.

@media screen and (min-width: 851px) {
.header-grid {
    height: 100px !important;
    line-height: 100px !important;
}
header .logo img {
    max-height: 110px !important;
}
}

 

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

View solution in original post

Replies 3 (3)

KetanKumar
Shopify Partner
36843 3636 11978

This is an accepted solution.

@jamesMeegan 

sorry for that issue can you try this code.

1. Go to Online Store->Theme->Edit code
2. Asset->/stylescss.scss.liquid->paste below code at the bottom of the file.

@media screen and (min-width: 851px) {
.header-grid {
    height: 100px !important;
    line-height: 100px !important;
}
header .logo img {
    max-height: 110px !important;
}
}

 

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
jamesMeegan
Excursionist
47 1 11

Thank you very much Ketan, you teach me more and more everyday.

KetanKumar
Shopify Partner
36843 3636 11978

@jamesMeegan 

its my pleasure to help us 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing