Site logo

Archived topic

How do I add the shortcode to the correct place on the home page of the site?

3 replies · Started by Vadims on April 23, 2021

Viewing posts 1–4 of 4

Dear sirs, thanks for your great product!
But I cannot fix one problem. I added language selector via shortcode to area before header and its always glue to left side of site (you can see it here https://topkazinos.com/). (If moved short code in text redactor to the centre of right side - nothing. The Selector is always on the left side).
How can I place a language selector (shortcode) directly above the site name for the desktop version?
Thank you and have a nice day!

Hi Vadims,

Try this CSS:

.trp-language-switcher.trp-language-switcher-container {
    z-index: 999;
    display: block;
    flex: 1;
    margin-left: auto;
    margin-right: auto;
    width: 1315px;
}

Ying, You are the Best!
Exactly what I wanted!
Thank You!

You are very welcome :)

This archived topic is closed to new replies.