Can I get the font and the thumbnail to be a bit bigger that default?
Hi idespiran!
Can you please post the link to your page where we can see your widget so we can provide you an accurate solution?
Cheers!
Yigit
but of course :-) http://www.idespiran.se/blogg
Hey!
use this code inside of Quick CSS field:
a.small-preview {
width: 130px;
height: 130px;
}
and adjust as needed.
Regards,
Andy
Thank you – that didn´t change the size on the Enfold widgets (to the right) – but gave me the oppurtonity to change size on featured image preview (to left). Maybe it isn´t possible? Or maybe you have another code snippet for me to paste :-)
Tiina
Hey!
Please refer to my post here – https://kriesi.at/support/topic/latest-news-widget-thumbnail-picture-is-too-small/#post-356895
Regards,
Yigit
Thank you – problem solved only by doing the first step- couldnt find Function.php – but did find the Enfold-function.php – but in there I couldnt find the code that you wanted me to look for… But than again – I+m happy now – with a bit bigger size in the widgets :-)
Hey!
Functions.php file should be right below enfold-functions.php file in Appearance > Editor. It is better if you make the changes there :)
Regards,
Yigit
Ok Thanks again – found it !