-
-
Hi
i,’m using tower theme, i have 2 questions, they are:
1. I dont know what happened but the logo of my website that are supposed to be in the left menu are missing.
2. the menu in mobile view are seems odd. i want to have the mobile menu such as in your demo here https://codeless.co/tower/creative/
you can see my website in
-
-
Hello,
The logo is due to the Sticky Logo enabling. I set OFF the Header Options > Sticky Nav > sticky Logo option and now the logo is back.
-For the mobile version logo and menu, i added this code into your custom cs sbox:
@media (max-width: 767px){ .menu-small { left: -55px;} .header_tools { display: block !important; height: 10%; margin-top: -85px; margin-right: -26px; } a.mobile_small_menu.close { margin-left: -33px;} a.mobile_small_menu.open { margin-left: -33px;} }
It’s like the demo now. Please check your site.
Best regards!
-
Hello,
The logo is due to the Sticky Logo enabling. I set OFF the Header Options > Sticky Nav > sticky Logo option and now the logo is back.
-For the mobile version logo and menu, i added this code into your custom cs sbox:
@media (max-width: 767px){ .menu-small { left: -55px;} .header_tools { display: block !important; height: 10%; margin-top: -85px; margin-right: -26px; } a.mobile_small_menu.close { margin-left: -33px;} a.mobile_small_menu.open { margin-left: -33px;} }
It’s like the demo now. Please check your site.
Best regards!
-
-
You must be logged in to reply to this topic.