Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi,
I want to be able to expend the size of my logo on mobile.
I want to be able to choose the size myself.
Here's my website : https://www.five-pocket.com/
Thanks.
Hi @imazele
Try this one.
<style>
@media only screen and (max-width: 749px){
img.header__heading-logo {
width: 60vw;
}
.header {
display: grid;
grid-template-columns: 1fr auto 1fr;
}
}
</style>
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Thanks! How can I ajust it as I want this is too big.