
-
AuthorPosts
-
February 7, 2022 at 3:38 pm #1339390
mobile menu is not seen in my website, the 3 lines are not seen.
thanks.February 7, 2022 at 7:31 pm #1339438Hey,
Thanks for contacting us!
You have following code in style.css file of your child theme
@media only screen and (max-width: 1130px) { .responsive.html_mobile_menu_tablet .main_menu .avia-menu, .responsive.html_mobile_menu_tablet #header_main .social_bookmarks, .responsive.html_mobile_menu_tablet #header_main_alternate { display: none; } }
Please remove it :)
Best regards,
YigitFebruary 8, 2022 at 10:01 am #1339551I’ve looked at all the style.css files and they are empty, so I can’t delete this piece of code.
/*
Theme Name: Enfold Child
Description: A Child Theme for the Enfold WordPress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://kriesi.at
Template: enfold
*//*Add your own styles here:*/
February 8, 2022 at 11:50 am #1339570Hi,
Thanks for the update. Did you check the Quick CSS box under Enfold->General Styling? If you still can’t find it, the please post admin WordPress login details in private, so that we can have a closer look.
Best regards,
RikardFebruary 8, 2022 at 12:13 pm #1339585ok, what country are you connecting from? because my hosting blocks countries outside of Spain, so I enable you, in any case, try the accesses that I have given you and tell me.
February 8, 2022 at 12:50 pm #1339595Hey,
It seems like you have added following code
@media only screen and (max-width: 1130px) { .responsive.html_mobile_menu_tablet .main_menu .avia-menu, .responsive.html_mobile_menu_tablet #header_main .social_bookmarks, .responsive.html_mobile_menu_tablet #header_main_alternate { display: always; } }
Could you please change it to following
@media only screen and (max-width: 1130px) { .responsive.html_mobile_menu_tablet .main_menu .avia-menu, .responsive.html_mobile_menu_tablet #header_main .social_bookmarks, .responsive.html_mobile_menu_tablet #header_main_alternate { display: block; } }
Regards,
Yigit -
AuthorPosts
- You must be logged in to reply to this topic.