Making 'Blogs I Follow' avatars smaller
-
Can I make the avatars in the blogs I follow widget smaller?
The blog I need help with is: (visible only to logged in users)
-
If you upgrade so that you can use CSS via custom design then you can use code like this to reduce the image sizes in your sidebar. You should be able to preview the code for free in the customiser (you’ll need to upgrade to make the changes public).
.widget-grid-view-image { max-width:33.33%; } .widget-grid-view-image:nth-child(2n) a { margin:0px 2px 4px 0px; } .widget-grid-view-image:nth-child(3n) a { margin:0px 0px 4px 2px; } -
- The topic ‘Making 'Blogs I Follow' avatars smaller’ is closed to new replies.