Tagged: enfold
I’m looking to increase the size of the pictures in the Latest Portfolio Widget. I could use help with the code and the location. Thank you!
Hey Jason!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.image_size_widget .news-thumb img { width: 36px; height: 36px; }
.image_size_widget .news-thumb { height: 44px; width: 44px; }
You can adjust as desired but 36px’s in first line and 44px’s in second line should be rational
Cheers!
Yigit
Thanks Yigit – that’s perfect.