• Hello,
    I am using a theme called “TheMag” by flexithemes and posts are separated into columns. However of course some of them have a shorter height than others. What I have now is the following:
    LINK
    And I am looking for something like this:
    LINK

    Any ideas?
    Thank you

Viewing 1 replies (of 1 total)
  • Hi there! This can sometimes be tricky to accomplish due to the way CSS and HTML works. The easiest way to do this would be to use a jQuery plugin called Masonry, which is often used to achieve these kinds of effects.

    First of all, a quick suggestion: don’t edit the theme files directly, otherwise your changes will be overwritten whenever the theme is updated. For this change, you’ll want to make child theme. That way, you can change the theme’s functionality while still benefiting from its updates.

    Once you have a child theme ready, you can implement Masonry for your theme by following this guide.

    Cheers!

Viewing 1 replies (of 1 total)
  • The topic ‘Posts in different heights’ is closed to new replies.