-
Hi guys, my problem is when the consult my web site in any mobile devices DONT SHOW MENU and the other problem is when i change the main menu in the setup wizard DO NOT the change in the main menu show other menu NOT show main menu
My website is: https://zapatoagil.com/e-commerce/In reply to: Mobile website not correct
Hello,
The mobile menu was not showing because the option to make it show in first place, was off. I set it on again. The option is General Options > Header Options > Show Responsive Menu Dropdown.
-Can you please try to deactivate the third party plugins and try again? There is something else triggering the content to go up after the first action (tap/scroll) in the page. clear cache and try again with all third party plugins deactivated.
Let us know how it goes.Best regards!
In reply to: Mobile website not correct
Hi again,
1) Thank you very much, the Logo and the Hamburger button is OK.
2) The slider does not look the same for me as for you on my iOS machine (iPhone 6.) I tried to adjust the code you suggested even further, still could not make it look OK on mobile. It is just not adjusting as expected. This is what I see:

3) The menu just changed like two days ago. The logo and the navigation menu was like this for more than a year, why did it change now? I tried the padding adjustments as suggested, as well as, making the logo smaller. I am not sure, can you still check on this. You have the credentials, feel free to adjust anything so this works.
Best regards,
Egle
In reply to: Mobile website not correct
Hi again,
1) Thank you very much, the Logo and the Hamburger button is OK.
2) The slider does not look the same for me as for you on my iOS machine (iPhone 6.) I don’t know what to do. When you guys can’t fix it, I can’t either. I tried to adjust the code you suggested even further, still could not make it look OK on mobile. It is just not adjusting as expected. This is what I see:

3) The menu just changed like two days ago. The logo and the navigation menu was like this for more than a year, why did it change now? I tried the padding adjustments as suggested, as well as, making the logo smaller. I am not sure, can you still check on this. You have the credentials, feel free to adjust anything so this works.
Best regards,
Egle
In reply to: Menu is not in header anymore
Hello,
This is not theme issue. I have already explained the situation in this other topic of yours:
https://support.codeless.co/?topic=mobile-website-not-correct
The header width is fixed. If the logo is too wide and you keep on adding menu items to menu, it will come a moment when the menu width will exceed the available space in header and will scroll down.
Gain more space by reducing padding between menu items. I added this css into your Custom Css box to reduce the logo size:#logo { width: 35% !important; }This screenshot explains better the situation: https://postimg.org/image/kkv8rb3g5/
Let us know if you need further help.Best regards!
In reply to: Mobile website not correct
Hello,
1-Yes, the code was to move the logo around and edit it’s height in order for it to not be above the hamburger menu anymore. If you want to move the menu too, then the hamburger menu css class must be added as well.
This is the basic css:@media (max-width: 480px){ #logo img { max-height: 38px; margin-left: 37px; } .mobile_small_menu { margin-top: -27px !important; margin-left: -20px !important; } }Add css attributes and change the values to your wish, until you have the layout you want.
2-I edited the previous code to this:
@media (max-width: 480px){ #logo img { max-height: 30px; margin-left: 15px; } .codeless_slider .swiper-slide .content.vertical_centered { margin-left: 0px !important; } .codeless_slider_swiper { height: 480px !important; min-height: 480px !important; } .boxed_layout .codeless_slider{ height: 480px !important; min-height: 480px !important; } }This is the result screenshot: https://postimg.org/image/qs21e2pcl/
I move the screen around, it did not resize anymore.3-The menu has shifted down because the width of header allocated the menu, is not sufficient to keep it. Mostly because the logo is too wide and leaves little space for menu.
You can edit this by reducing the padding between menu items in General Options > Header Options > Menu Options > Menu Items padding.Let us know.
Best regards!
In reply to: Mobile website not correct
This reply has been marked as private.Topic: Mobile website not correct
Hello,
I have some problems with the mobile website https://china-outbound.com/
1) Logo and the Hamburger menu overlapping.
2) Codeless Slider images and the text/buttons do not adjust to the screen. Also, when you try to move the page the slider disappears from the screen.
Before the update, I could fix this in the bootstrap file, this time I tried, but it does not work.
Could you help me fix this? I will add my FTP connection details in my account.
In reply to: Mobile view problem
Hello,
1-Please add this code:
@media (max-width: 480px){ .owl-prev { left: -35px !important; } .single-product .related.products .owl-nav > div:after { top: 9px !important; }}Result screenshot: https://postimg.org/image/69wtqd6b9/
2-Please go to file css/codeless-woocommerce.css and find these lines:
@media (max-width:500px){ .woocommerce .products ul, .woocommerce ul.products{ margin:0 0px; } .woocommerce ul.products[data-columns-mobile="1"] .product_item .inner-wrapper{ padding-left: 0 !important; padding-right:0 !important; }Remove te
!importantfrompadding-left: 0 !important;
Then add this code into your Additional css menu:@media (max-width: 480px){ .woocommerce ul.products[data-columns-mobile="1"] .product_item .inner-wrapper { padding-left: 75px !important; }}I have added these changes to our to-do list to add them in the next update!
Best regards!
In reply to: Website looks bad on mobile
Hello,
I edited the last css i gave you regarding this. This is the result: https://postimg.org/image/nln2hlpqd/ Is it ok like this?
The css responsible is this:
@media (max-width: 480px){ #logo { left: 90% !important;} #logo img { height: 55px !important; } .header_1 header#header {background-color: rgba(34, 34, 34, 0) !important;} .mobile_small_menu { color: black !important;} }Change the values or colors to your wish.
Best regards!
In reply to: Website looks bad on mobile
thx, it worked so far, but it still lies on the logo. I played a bit with the percentage value but somehow nothings happens? The menue shouldn’t be on top of the logo.
And could you please tell me where to change the background just for the mobile background where the logo is sitting on currently?
The logo doesnt look good. https://imgur.com/a/urrZj
I already tried to change it but didn’t work.
Thanks!
-
This reply was modified 7 years, 9 months ago by
Hannah83.
In reply to: Buttons are not working on mobile
This reply has been marked as private.In reply to: Website looks bad on mobile
Hello,
Yes, you can achieve this with custom css too. Add this code:
@media (max-width: 480px){ #logo { left: 11% !important;} .mobile_small_menu { color: white !important;} }Change the values to your wish.
Best regards!
In reply to: Website looks bad on mobile
Thanks, worked.
I will write down all the changes you made.
On one more thing: How can I change the menu button on mobile view? The menu icon is grey and is sitting directly on the logo: https://ibb.co/iusotH
Is it possible to adjust the logo to a smaller size in responsive mobile mode?
Can I change the colour somehow?
In reply to: menu and logo disappearing on mobile
Hello,
Can you please check that the “Header Options > Show Responsive Menu Dropdown” option is set ON first? If it already is, than add this code into your Custom Css box:
@media (max-width: 480px){ .header_5 .mobile_small_menu { display: block; color: white; } ul#mobile-menu { background-color: grey; }}Else, set it ON, and try again.
The Logo is present, but since the header background is white and the logo as well, it get invisible. Add this code into your Custom Css box to make the header in mobile transparent (change the background value to any color you want):@media (max-width: 480px){ .header_wrapper { background: #ffffff00 !important; } #logo img.dark { width: 95% !important;} section#slider-fullwidth {min-height: 151px !important;} }Result screenshot: https://postimg.org/image/yplc7pl51/
Let me know.Best regards!
-
This reply was modified 7 years, 9 months ago by
Search Results for 'mobile menu'
-
Hi guys, my problem is when the consult my web site in any mobile devices DONT SHOW MENU and the other problem is when i change the main menu in the setup wizard DO NOT the change in the main menu show other menu NOT show main menu
My website is: https://zapatoagil.com/e-commerce/Topic: Mobile website not correct

