• Hello there! I am using your theme to develop my travel and photography blog and I am very happy with it. I have a beginner question: On the blog entries page they appeared on the top the “boxes” showing the date, outstanding image and title of the latest posts, and then the?extracts. But these boxes are not shown in?two or three columns as I can see in your sample pages: They are shown one below the other in a single column. Is it possible to change this?
    Thanks a lot,
    Mariano
    https://www.daysofourjourney.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey there,

    The author would be best on this but it seems like on the demo site the positioning is absolute and precise. Also seems to have a different class to what you have .masonry-brick.

    Are there not some theme options for this?

    If not then you could float them like this:

    .featured .item {
        float: left;
    }

    And that will do this:

    https://monosnap.com/image/E4iEpmGTp464dMqmKRitdxZOChSAXb

    You might like to test on other pages to ensure it gives the effect you desire. ??

    Hope this helps.

    Take care.

    Thread Starter marianolopezf

    (@marianolopezf)

    Thank you Timothy Bowers! Your answer was really helpful for me.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Titles of the entries in the blog entry page’ is closed to new replies.