Hi, I did start another topic about some issues since you have updated Enfold and the WPML settings had gone not displaying or displaying in a wrong way. One week waiting for a reply so far and posting this because maybe it was marked accidentally as read or solved.
The issue I have been trying to solve since one month ago is to have the WPML flags dislpaying correctly at the header.
So far I have solved with your help the desktop client and android WPML flags displaying but STILL NOT SOLVED (sorry for capitals) the flags on iOS devices. They appears overlapped by the logo and it’s not possible to click on a couple of flags displayed caused by overlapping.
It’s not a problem to share the admin details in order to go through Enfold custom css settings if that helps to solve the issue.
Thank you,
Oriol
Hey karbonato!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 480px) {
.responsive #header_meta .sub_menu>ul li, .responsive #header .social_bookmarks li {
right: -5% !important;
}}
Best regards,
Yigit