hello and thank you for the reply! here is the css i added:
/* Add a \”Language\” label in front of the .gtranslate_wrapper selections / .gtranslate_wrapper::before { content: \”Language \”; font-weight: bold; / Optional: Make the label bold / margin-right: 5px; / Optional: Add some spacing between the label and the selections */
}
/* Ensure proper alignment and spacing */
.gtranslate_wrapper {
display: inline-flex;
align-items: center;
}
/* Adjust the position and appearance of the select element if necessary / .gtranslate_wrapper select { margin-left: 5px; / Adjust spacing as needed */
}