Viewing 2 reply threads
You must be logged in to reply to this topic.
Hey i’m desperate for some help, I have 7 Licences for Tower and just renewed support for one of them.
It’s for this site – https://www.projectsbycristina.com/
When I click the responsive menu it doesn’t show up. I promised my client I would have it up for her in the next few days
Hello,
Sorry for the late reply.
There is this option in General Options > Header options > Show header tools in responsive (Mobile), that allows you to switch on/off the option to show or hide the menu in mobile. You had it off already that is why the mobile menu was not showing.
I changed it already. I also added this css:
@media (max-width: 480px){
#logo { left: 43px !important;}
#logo img {
height: 35px !important;
margin-top: -14px !important;}
}
..into your custom css to style the logo size in mobile. Result: https://postimg.org/image/7tlndb1haj/
Please check your site.
Best regards!
You must be logged in to reply to this topic.