• My Site have post cards and every time title length is different, So this breaks read more button alignment

    Screen Shot

    How to align read more button?

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi there,

    can you provide a link to your site so i can see if its possible to fix that.

    Thread Starter vikral

    (@vikral)

    Hi David,
    Here is The link Please Check it

    https://bestoftelecom.com/

    /* moderator note: Please dont use link shorteners, as its not clear where they lead and its known to be sometimes abusive this way */

    • This reply was modified 4 years, 6 months ago by Yui.
    • This reply was modified 4 years, 6 months ago by Yui. Reason: unfurl shortlink
    Thread Starter vikral

    (@vikral)

    Hi, have you checked my site?

    try this CSS:

    .generate-columns-container .inside-article {
        display: flex;
        flex-direction: column;
    }
    
    .generate-columns-container .inside-article  .entry-summary {
        margin-top: auto;
    }
    Thread Starter vikral

    (@vikral)

    Hi,
    Will this code work on small screen?

    Leo

    (@leohsiang)

    It should be.

    Have you tried it?

    Thread Starter vikral

    (@vikral)

    Hi, I have checked the code on mobile, Can I use min-height or max-height on .entry-summary?

    You can but your post articles are not displaying the entry-summary. What do you want to achieve?

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘How To Align Read More Button’ is closed to new replies.