Archived topic
Justify the content in Masonary
7 replies · Started by Amit on August 26, 2017
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 :)
The Load more button doesn't aligns to center with this code. Here is the URL
https://www.friedcoffee.com/blog/
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?
Now works fine Tom, thanks. Another issue is about the text color of button when using class=button. It is taking color as content links and not from button colors. Here is the URL https://www.friedcoffee.com/delonghi-silver-lattissima-plus-review/ . The same thing is used by me on a different site and it works fine there when I use button class with tag.
That issue is fixed in the next version of GP :)