Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1339390

    mobile menu is not seen in my website, the 3 lines are not seen.
    thanks.

    #1339438

    Hey,

    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,
    Yigit

    #1339551

    I’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:*/

    #1339570

    Hi,

    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,
    Rikard

    #1339585

    ok, 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.

    #1339595

    Hey,

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.