Shopify themes, liquid, logos, and UX
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
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! Support me: ❤️Buy Me a 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.
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!
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
If this was helpful, hit the like button and accept the solution.
Thanks
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
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?
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025