My logo is wider than the canvas default (360 x 100). As suggested elsewhere in the forum, I have used the following CSS to fix the header issues on mobile:
.device-xxs #logo img {
height: 55px;
margin-left: 35px;
margin-top: 20px;
margin-bottom: 15px;
}
so now the logo is properly centered on mobile. However, the hamburger icon (#primary-menu-trigger) is now unclickable (the logo is clicked instead), and no amount of fiddling with the z-index has made it work.
Preproduction website can be seen at: https://desarrollo-tecnologico.herokuapp.com/
Your help is appreciated.
