SVG mobile logo bigger Dawn Theme

SVG mobile logo bigger Dawn Theme

Lavished
Tourist
32 0 2

Hello, I have tried every code listed in the community forum and nothing works. please help. I have and Svg logo  , I need to make bigger on mobile.   for some reason base.css hasn't been reponding to any code. please verify all looks well. thank you!!

 

lovedandlavished.com

123test

Replies 5 (5)

Dan-From-Ryviu
Shopify Partner
10792 2133 2250

Hi @Lavished 

Please add this code Custom CSS in Online Store > Themes > Customize > Theme settings.

@media (max-width: 749px) {
.header-wrapper .header {
    grid-template-columns: 1fr auto 1fr;
}
.header__heading-logo {
    transform: scale(1.1);
}
}

 

- Solved it? Hit Like and Accept solution! ❤️Buy Me Coffee❤️
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

Lavished
Tourist
32 0 2

 

Yay this works but now the logo is  not centered. can we remove the search bar  to make room and center the logo. Thank you so much!

a5772f75-650d-46ac-b82b-3025328d4d8d.png

 

Rahul_dhiman
Shopify Partner
725 142 149

Hello @Lavished 
Go to online store ----> themes ----> actions ----> edit code ---->base.css
add this code at the end of the file and save.

.header__heading-logo-wrapper {
transform: scale(1.2);
}

result
69.png

If this was helpful, hit the like button and accept the solution.
Thanks

 

Was I helpful?

Buy me a coffee


Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me -rahul@prowebcoder.com - Skype: live:dhiman.639

Checkout Apps by me

goldi07
Explorer
40 3 4

hello @Lavished 

Go to online store ----> themes ----> actions ----> edit code ---->assets ---->base.css...> Add the following code in the bottom of the file

@media screen and (max-width: 767px) {
  .header__heading-logo-wrapper {
    transform: scale(1.3);
    width: 100%;
}

If this was helpful, hit the like button and accept the solution.
Thanks

 

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me -Goldi184507@gmail.com - Skype: live:.cid.819bad8ddb52736c -Whatsapp: +919317950519
Checkout Some Free Sections Here
Lavished
Tourist
32 0 2

this worked great  as well  but too close to the search icon. can we move the search icon  and cart more to the right to make room for logo?Screenshot_2024-12-13-11-11-16-38_40deb401b9ffe8e1df2f1cc5ba480b12.jpg