Thank you for contacting me via the "ticket" route. Hope I'm successful this time in posting to the Forum. I have the JA Hotel template and I wish to use a graphic rather than a text logo. When I try to use a graphic or image logo, it shown as very small. How do I override the constraints on the size of a graphic logo within the navigation bar section of this website?
oldruminator
You can try to add this custom CSS rule:
.logo-image a img { max-height: 125px !important; position: absolute; margin-top: -23px; }
into the file: /templates/ja_hotel/css/custom.css (Create this file if it doesn't exist now)
Regards
Excellent. That worked. Thank you
You're welcome 😉