Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #272673

    @ Tablet & Below Screen Sizes…
    have updated to latest version of theme and also gone to general styling tab and css box added:

    @media only screen and (max-width: 990px) {
    .responsive #header .main_menu ul {
    display: block;
    }}
    #273209

    Hi Matt!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 989px) { 
    .html_mobile_menu_tablet .main_menu, .html_mobile_menu_tablet #header_main_alternate {
    display: block;
    }}

    Please note that you are currently using a Fixed Layout. You can turn on Responsive Layout in Enfold theme options

    Regards,
    Yigit

    #273288

    You rock. Thanks a ton… !

    I’ve got to get better at using my dev tools. lol.

    I seem to get lost in selectors sometimes trying to find the correct ones.

    Great theme, two thumbs up all.

    (I changed to fixed because of the menu issue, but later noticed it did it on mobile even with fixed layout setting and didn’t have time to mess with it over the weekend.)

    #273294

    Hi!

    You are welcome, we are always glad to help! :) Let us know if you have any other questions or issues

    Cheers!
    Yigit

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