Hello,
We bought Enfold theme from your system and are using it on our website. In our products page, we tried to load icons other than the ones already included in the Enfold theme. Even though the icon size is 16×16, the result we see on the page is much smaller, as you can see here: http://prntscr.com/hgxjz5
How can we solve this problem?
Thank you.
Hey cbaser,
First off, could you try updating the theme to the latest version (4.2) to see if that helps please? http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
Rikard
Hello,
We updated the theme, but our problem with the icons is not solved.
The icon down in the left, (you can see it here: http://prntscr.com/hkfhqo) is uploaded as 64×64 but the system recognizes it as a 90×90 picture. As a result, the output we get looks like a low resolution picture. Is there a way to cancel the 90×90 automation of the system? If that’s possible we can upload 32×32 picture and get good results.
Hi cbaser,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.av-section-tab-title.av-tab-with-image img.av-tab-section-image {
width: 32px;
margin: 0 auto;
}
If you need further assistance please let us know.
Best regards,
Victoria