Visual: Reduce space around Header image and posts
-
Can I increase the widget Today’s Reader Favourites thumbnails?
You can increase the max-width using this:
.widgets-list-layout .widgets-list-layout-blavatar { max-width: 40px; }the widget column displays different size fonts for the widget title and content. I’d like to make all the font size consistent (but smaller than the post font)
Ok, this should make the font consistent:
.widget, .widget a, .widget p, .widget div, .widget-title{ font-size: 14px; } -
-
the blavatar hasn’t changed in size
Sure, so the 40px is the current size. Increase the max-width number and the images will become larger.
-
- The topic ‘Visual: Reduce space around Header image and posts’ is closed to new replies.