Hi,
I want the language selector to be fixed and not. Move on scroll. My site is https://lux360.net
Hello @Luxluxlux360 , try this
.language-selector {
position: fixed;
bottom: 30px;
right: 30px;
z-index: 11111;
background: #fff;
height: 40px;
}
Add this code inside sub-footer like this given in screnshot above.