The mobile version menu is not visible.
carlucci
It due to this custom CSS on your site:
/* Custom header on mobile */ @media (max-width: 768px) { .t3-header .logo { position: absolute; top: 0; left: 0; } }
You can change the left property to: left: 50px
saguaros Not work
carlucci It looks fine at my side:
saguaros Please close th thread.