Site logo

Archived topic

Mobile menu and search option get right side.

3 replies · Started by Hashbeer on March 7, 2020

Viewing posts 1–4 of 4

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.

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 :)

Thank you very much 🙂

Updated. Now working

No problem :)

This archived topic is closed to new replies.