• Resolved regerman926

    (@regerman926)


    We are trying to use GTranslate for our student site and need to align the language selector to the center of the page. The site is a PWA.

    Have tried their support without success. They said they would send us the CSS – but nothing!!!!

    We are using this in the header php…

    <?php echo do_shortcode(‘[google-translator]’); ?>

    … but need a center alignment for students smartphones.

    Anyone have any CSS they could share.

    Thanks in advance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author edo888

    (@edo888)

    Hi,

    I can see you have marked it as resolved already.

    If it is not yet resolved, please post your website address, so I can check it for you.

    Thanks! ??

    the shortcode is [gtranslate] not [google-translator] (their other plugin, which does support additional css)

    but u could add this to your theme css (if using floating tool:-)

    #gtranslate_wrapper
    {
        right:40%!important;
    }

    or whatever…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Aligning display of to center of page’ is closed to new replies.