Breaking News

How to add Weglot Translate plugin to any position of WordPress

Just go to the appearance -> Customize

Then go to the additional CSS

add the code to there

.country-selector.weglot-default {
position: fixed;
top: 10px;
	bottom:auto;
right: 40px;
}

Do not forget publish it.