Home Forums Support Masonry

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #210436
    Clare

    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!

    #210466
    Bishop

    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;
    }
    #210621
    Clare

    Thank you so much!

    #210662
    Bishop

    You are very welcome!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.