I’m experimenting with the new functions, I noticed that if you set Border Style to “Groove” and enter a value of 50, the IconList graphic is no longer centered. Currently I help myself with a hard CSS snippet by saying
.iconlist_icon {line-height:unset !important;}
.iconlist-char {margin:-15px !important; display: inline-flex !important;}
Which is not a permanent solution ;)
Hope the support can do something with it!
Hey Jörg,
Sorry for the problem. Which version of the theme are you running? If you have an example page where we can see this happening, then please link to that as well.
Best regards,
Rikard
Hi,
Thanks for that. Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
Rikard
Hi Rikard,
enclosed as private message the data!
The data is now in a test environment
Thanks and best regards
Jörg :D
Hi Jörg,
Thanks for that. We released a new version (4.8.5) of the theme yesterday, could you try updating to that to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update.
Best regards,
Rikard
HI Rikard,
I checked it with the new version 4.8.5 and the error is still there.
Have a new workaraoud for me how to get the icons in the middle. Here is my CSS snippet
.iconlist_icon {line-height:unset !important; display: flex; display: flex; justify-content: center; align-items: center;}
best regards
Jörg