• Resolved cheonmu

    (@cheonmu)


    Hi,

    I put few posts using Post widget and working good.

    But height of .post-content container is diffrent each post.

    (Screenshot)

    Is there any way to make title container height the same?

    Thank you.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author themifyme

    (@themifyme)

    Hi,

    The height is different, because the first post has longer title ( 3 lines instead of 2 ), we can help with custom css to make all 2 line title posts the same height as 3 lines title posts, but please post a link to your website to a page where you have added these posts.

    Thread Starter cheonmu

    (@cheonmu)

    Hi, @themifyme

    Thanks for answering.

    My website is here

    Thank you.

    • This reply was modified 3 years, 7 months ago by cheonmu.
    Plugin Author themifyme

    (@themifyme)

    Hi @cheonmu

    Please disable the right-click blocker / copyright protection, so we can use the Browser’s Inspector.

    Thread Starter cheonmu

    (@cheonmu)

    Hi, @themifyme

    Sorry for inconvenience

    I disabled right click function.

    Thank you.

    Plugin Author themifyme

    (@themifyme)

    Hi,

    You can make all posts the same height by adding this CSS to wp-admin > Appearance => Customize > Custom CSS:

    .loops-wrapper.grid4 .post {
    min-height: 333px;
    }

    Please let us know how it works.

    Thread Starter cheonmu

    (@cheonmu)

    Hi, @themifyme

    It works perfectly

    Thank you.

    Plugin Author themifyme

    (@themifyme)

    Hi @cheonmu

    Happy I could help. If you need help with anything else, please open. anew topic, so we can help you there.

    Have a good day!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Is there any way to make title container height the same in Post widget?’ is closed to new replies.