Are you a GenerateCustomer?

Do you have an active GP Premium or GenerateBlocks Pro license key?

Create a GenerateSupport account for GeneratePress and GenerateBlocks support in one dedicated place.

Create an account
Already have a GenerateSupport account? Login

Just browsing?

Feel free to browse the forums. Support for our free versions is provided on WordPress.org (GeneratePress, GenerateBlocks).

Want to become a premium user? Learn more below.

Read More Button Formatting

  • Hello,

    I’d like to fix the read more buttons on archive pages on my site.

    If you look at the buttons, you will see that there is no buffer space between the lowest button and the edge of the panel.

    How do I fix this?

  • Hi there,

    Can you disable your cache plugin so we can see your site code more clearly? Thanks πŸ™‚

  • I’ve set up the staging area of the site so that we can experiment with it without causing issues for the live site.

    You can see the issue here.

    I’ve also disabled auto-optimize which was the only active plugin that would have been doing any caching.

  • You have this CSS which adds paddings to the post container:

    .archive .inside-article, .blog .inside-article {
        box-shadow: 0 5px 5px #C0C0C0;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
    }

    You can add padding-bottom:20px; to complete the code πŸ™‚

  • That fixed it!

    Thank you for the quick help. I never would have figured that one out.

  • No Problem, glad to help πŸ™‚

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