[Resolved] Mobile menu and search option get right side.

Home Forums Support [Resolved] Mobile menu and search option get right side.

Home Forums Support Mobile menu and search option get right side.

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

    Hi,

    http://optimize.farahatco.net/ar/

    In Arabic version the mobile menu and search option have some issue.

    I have tried, but no luck.πŸ˜”

    Thanks in advance.

    #1187994
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    .main-navigation.has-branding .menu-toggle, .main-navigation.has-sticky-branding.navigation-stick .menu-toggle {
        margin-right: auto;
    }
    @media (max-width: 768px) {
        .with-new-search span.search-item {
            float: left;
        }
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know if this helps πŸ™‚

    #1188064
    Hashbeer

    Thank you very much πŸ™‚

    Updated. Now working

    #1188092
    Leo
    Staff
    Customer Support

    No problem πŸ™‚

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