Site logo

Archived topic

HomePage para site de notícias

21 replies · Started by Daniel on May 3, 2022

Viewing posts 16–22 of 22

Olá Ying, muito obrigado, você é muito competente e experiente. sua informação nos ajudou muito.

Great! You are welcome :)

Let us know if you run into any other problems!

If the original question has been solved, can you mark it as Resolved?

Thanks!

Hi there,

do you want: Logo | Menu | Search ?

If so add this CSS:

.main-navigation .menu-bar-items {
    flex-direction: row-reverse;
}

Or do you want Menu | Logo | Search ?

1. Try this CSS for desktop:

@media (min-width: 769px) {
     .navigation-branding {
        position: absolute;
        left: 50%;
        transform: translatex(-50%);
    }
     .menu-bar-items {
        width: 100%;
        justify-content: space-between;
    }
}

2. For mobile, the image shows the same order as menu/logo/search, so what do you want exactly for mobile?

This archived topic is closed to new replies.