I would like to make the default text logo responsive. Currently overlapping in mobile.
Plan on just using the store name in the site header as the default text. It is not saved as an actual image.
Hii, @antsmithdev
Kindly share your store URL so,
I can solve it perfectly.
Thank You.
Thanks for your response!
This theme is not published but here is the preview etc. https://fimydbx5rv97mji4-49214357653.shopifypreview.com
Possibly can send you an invite?
Hi @antsmithdev ,
Please follow these steps:
@media only screen and (max-width:749px) {
.site-header__logo a{
font-size: 22px !important;
line-height: normal !important;
}
}
Hope it helps!
Thank you so much! It works!
I’ll make the adjustment for Desktop version