• ethan11698

    (@ethan11698)


    I have had an issue with a website I have been working on where I cannot get the ‘View Here’ buttons to align because the articles are different sizes the button gets pushed down.

    I have tried a few things like limiting excerpts but it did not work as the titles are different sizes. I also attempted with CSS but could not figure out how to do it. I would appreciate if someone could help with a CSS solution which would force them to be aligned. Thanks

    • This topic was modified 3 years ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Everything else WordPress topic

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Maximus McCullough

    (@maximusmccullough)

    A little more info would help. In your CSS file I was able to change the alignment of your button from the left to the right by adding this to your CSS.

    .mkdf-blog-list-holder .mkdf-post-read-more-button {
        text-align: right;
    }

    I hope this helps! ??

    Thread Starter ethan11698

    (@ethan11698)

    Apologies, I am not sure how to attach a picture. I am referring to making the buttons vertically aligned as at the moment some are higher/lower than others. Is there any way to ensure they all vertically align? So for instance the articles with less text would still have the button vertically align with a more text heavy one.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Blog ‘See More’ Button Alignment’ is closed to new replies.