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.
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 ?
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.