Site logo

Archived topic

Justify the content in Masonary

7 replies · Started by Amit on August 26, 2017

Viewing posts 1–8 of 8

I need to justify the content in masonary format so that it can look balanced. Also The more button needs to be centered.

Hi there,

1.

.masonry-post {
    text-align: justify;
}

2.

.load-more {
    text-align: center;
}

Let me know if you need more info :)

Ah, try this instead:

.site-main .masonry-load-more.load-more {
    display: block;
    text-align: center;
}

Still doesn't works Tom!

Just adjusted the CSS above - can you try it now?

This archived topic is closed to new replies.