Home › Forums › Tucson Template › making the logo bigger in mobile view
how do i adjust the size of the mobile view of the logo?
Hello,
Here’s the code you need in (css/custom.css):
@media (max-width: 991px) { #header .logo img { width: 200px !important; height: auto !important; } }
Please try that and let us know if you need further assistance.
Kind Regards,
Rodrigo.