[Support request] HomePage para site de notícias

Home Forums Support [Support request] HomePage para site de notícias

Home Forums Support HomePage para site de notícias

Viewing 7 posts - 16 through 22 (of 22 total)
  • Author
    Posts
  • #2211894
    Daniel

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

    #2211904
    Ying
    Staff
    Customer Support

    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!

    #2214114
    Daniel

    Olá Ying,

    Sua resposta mais uma vez nos ajudou muito. Para finalizar esse tópico poderia nos ajudar com mais um item?

    no topo do site https://minutocred.com/ poderá ver que nosso menu está a direita. Queremos inseri-lo a esquerda e não estamos conseguindo. Poderia nos orientar com isso?

    Obs: Estamos utilizando a navegação primaria como pode ver na imagem: https://minutocred.com/wp-content/uploads/2022/05/navegacão-primairia.jpg

    Abraços

    #2214350
    David
    Staff
    Customer Support

    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 ?

    #2214354
    Daniel

    Olá Davi,

    quero Menu | Logo | Procurar como nessa ordem da imagem.

    https://minutocred.com/wp-content/uploads/2022/05/Sequencia.jpg

    #2214376
    Daniel

    Olá Davi, tem mais uma informação.

    quero Menu | Logo | Procurar para Desktop e Mobile como aparece nessa ordem da imagem.

    https://minutocred.com/wp-content/uploads/2022/05/Sequencia.jpg

    #2214483
    Ying
    Staff
    Customer Support

    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?

Viewing 7 posts - 16 through 22 (of 22 total)
  • You must be logged in to reply to this topic.