Hi,
I’m using the Horizon theme and my logo is fine on the desktop, however, on the mobile site the logo is tiny.
see: luxefragrances.com.au
How can I fix the logo on the mobile website?
Hi,
I’m using the Horizon theme and my logo is fine on the desktop, however, on the mobile site the logo is tiny.
see: luxefragrances.com.au
How can I fix the logo on the mobile website?
Hi @hamdykp ,
@media (max-width: 768px){
.header-logo__image{
--header-logo-image-width: 195px !important;
--header-logo-image-width-mobile: 119px !important;
--header-logo-image-height: 92px !important;
--header-logo-image-height-mobile: 65px !important;
}
}
Thanks!
@websensepro THANK YOU! Worked perfectly!