• Resolved sufti

    (@sufti)


    Hey, first of all, thank you for your beautiful design.
    I translated the Hebrew design, and when I entered the site through the phone and angle the screen, the menu does not display properly.
    https://peaceinworld.esy.es

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Thanks for choosing Author, I’m glad you like it!

    Please try using the following CSS to fix this display issue:

    @media all and (min-width: 550px) and (max-width: 950px) {
    
      .menu-primary {
        left: 0 !important;
        right: auto !important;
      }
    }

    You can copy & paste the code above into the “Custom CSS” section in the Customizer (Appearance > Customize), and it should take affect right away.

    Thread Starter sufti

    (@sufti)

    Thank you! My website now displays the menu, but not the widget. What to do?
    I hope you’ll be glad to know I translated the Hebrew pattern WordPress site.

    Theme Author Ben Sibley

    (@bensibley)

    Awesome thanks for doing that!

    You can replace the previous CSS with this code:

    @media all and (min-width: 550px) and (max-width: 950px) {
    
      .menu-primary,
      .social-media-icons,
      .sidebar-primary {
        left: 0 !important;
        right: auto !important;
      }
    }

    I’ve updated it so it will now work for the social icons and widgets too.

    Thread Starter sufti

    (@sufti)

    Thank you! It works. What was the cause ? Something I did ?

    Theme Author Ben Sibley

    (@bensibley)

    No problem ??

    This is a bug in Author with RTL languages. I’m going to add the same fix here to the next version of Author to prevent this happening to other users as well.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘The menu does not show’ is closed to new replies.