Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1494640

    salve ho installato il plugin g-traslate, vorrei posizionarlo nella parte alta a sinistra del tema.
    ma non so la posizione da poter utilizzare.
    esiste un vostro modulo che fa la stessa cosa ? potete aiutarmi a posizionarlo ?

    #1494657

    Hey daninap,

    Thank you for the inquiry.

    You can add this css code to adjust the position of the language switcher.

    #top li.menu-item.menu-item-gtranslate {
        position: fixed !important;
        left: 0;
        top: 150px;
    }

    fthnCS1.png

    Best regards,
    Ismael

    #1494660

    io vorrei nella parte alta a sinistra.
    sopra il logo nell’header come le icone social

    #1494754

    Hi,

    Thank you for the update.

    Try to adjust the top property value from 150px to 20px or less.

    #top li.menu-item.menu-item-gtranslate {
        position: fixed !important;
        left: 0;
        top: 20px;
    }

    Let us know the result.

    Best regards,
    Ismael

    #1494759

    purtroppo non va.
    a questo punto mi chiedo se è possibile inserirlo accanto le icone social.

    #1494781

    Hi,

    Thank you for following up.

    The modification is working correctly on our end. If you can provide the login details, we’ll take a closer look. Please include the details in the private field.

    Best regards,
    Ismael

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