Hi,
I asked this question already unfortunately didn’t resolve the issue and I allowed the thread to expire.
Can you please suggest a way to make my logo (text) responsive, so that it views better on mobile devices?
As it’s such a long name, it currently takes up half or more of the screen on mobile devices, so I’d like to it shrink when viewing on mobile.
I tried this code suggested in the old thread but it didn’t work:
@media (max-width: 767px){
.x-brand img {
width: 180px;
}
}
@media (max-width: 480px){
.x-brand img {
width: 150px;
}
}
@media (max-width: 320px){
.x-brand img {
width: 100px;
}
}
I’m viewing on an iphone 7, and my website URL is: trainyouradopteddog.com
Any ideas?
Thanks,
Callum.