Okay
  Public Ticket #3405544
Object aligment
Closed

Comments

  •  1
    aleksei2002 started the conversation

    Hello! 

    On machochic.com, under "OUR BLOG" there are different objects and different heights. 

    How to make the objects the same size. There is also this problem on the blog page.

    https://ibb.co/88MKBXP

    Best regards,
    Alex


    NB! How to align those sections on the blog page?

    https://ibb.co/RTRGTXK

    Thank you

  •  1,558
    Laborator replied

    Hi Alex,

    I would recommend you add this CSS to Custom CSS:

    .wpb_wrapper .lab-blog-posts .blog-post-entry {
        border: none;
        align-items: start;
    }
    .wpb_wrapper .lab-blog-posts .blog-post-entry .blog-post-content-container {
        padding: 0 30px;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group