I have turbo portland theme.
How do I increase the mobile logo size?
currently its set to 150 30px
so its tiny 2x bigger would be great. The store is gotdripp.co
Thanks
I have turbo portland theme.
How do I increase the mobile logo size?
currently its set to 150 30px
so its tiny 2x bigger would be great. The store is gotdripp.co
Thanks
Hi @Gallacher11 ,
Kindly share your store URL, so that we can check and provide you with the solution.
Hi @Gallacher11
Can you please add the below CSS in your CSS file?
@media only screen and (max-width: 798px){
#header a.mobile_logo img{
max-width: 300px;
max-height: 60px;
}
#header .top_bar{
height: 60px;
}
}
If its working then, please do not forget to accept this solution
Thanks!
it didnt work , it did take all the CSS out the page though.
Try this code
@media only screen and (max-width: 798px){
#header a.mobile_logo img{
max-height: 60px !important;
}
#header .top_bar{
height: 60px !important;
}
}
Nope it removes all CSS . it seems the mobile logo option doesnt have size increase?