Hi everyone, this is a question from my husband:
One question to settings of enfold theme: I defined in the WP-media-settings the dimensions of miniatur-Pics to 190×190. And I want to have these settings in the display of my articles. But enfolg ignores these settings an shows the minis smaller (see: http://www.sunnysidebusinessclub.com/marketing-selbstvermarktung/). What can I do, to have article-minis with 190×190 pixel? (I want to prevent autiomatical scaling). Thanks.
Thanks and bye,
Sophie
Hi Sophieja23!
right now the width is set to 200px. Use this in Quick CSS:
.image-overlay {
width: 190px !important;
}
Best regards,
Andy