[Support request] Justify the content in Masonary

Home Forums Support [Support request] Justify the content in Masonary

Home Forums Support Justify the content in Masonary

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #373732
    Amit

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

    #373859
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    1.

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

    2.

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

    Let me know if you need more info ๐Ÿ™‚

    #374021
    Amit

    The Load more button doesn’t aligns to center with this code. Here is the URL
    https://www.friedcoffee.com/blog/

    #374060
    Tom
    Lead Developer
    Lead Developer

    Ah, try this instead:

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

    Still doesn’t works Tom!

    #374303
    Tom
    Lead Developer
    Lead Developer

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

    #374458
    Amit

    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.

    #374495
    Tom
    Lead Developer
    Lead Developer

    That issue is fixed in the next version of GP ๐Ÿ™‚

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