Archived topic
Masonry
3 replies · Started by Anonymous on July 16, 2016
Hi Tom
Firstly, thank you for taking so much time to help me and answer my newbie questions...
On my blog page, instead of using masonry, I'd like each blog post to be a rectangle (left to right, not up and down) contained in it's own outlined box. As an example, a bit the way the blogs are showing up on this page https://www.theadventurejunkies.com/category/hikes/hiking-tips/
I have figured out how to get my image to show in a particular size, the post title seems HUGE. Is there a way of making the post title in the excerpt smaller without it affecting global settings for h1?
Thanks so much and I hope this makes some sense!
Hi Clare,
- I think you can achieve that blog style by disabling Columns and Masonry. Then set Post Image Alignment to Left.
All those options are in Customizer > Blog.
- This CSS should work for the post title:
h2.entry-title {
font-size: 20px;
}
Thank you so much!
You are very welcome!
