• Resolved proofreadr

    (@proofreadr)


    hello, thanks for a great plugin with helpful documentation and really helpful step by step vids – it’s all working great. I added the following custom CSS and the ‘pay now’ product buttons all decided to cut off at the bottom:

    .entry-meta {
    display: none;
    }

    When I remove the custom CSS, I have the ‘/comments off in…’ and ‘posted in:’, for example added back on the page, (however the button is complete when I remove the custom CSS).

    This happens for all the individual products after clicking on ‘view item’.

    Everything else is great, but I’m unsure of how to get round this, if you have have any ideas, I’d really appreciate them.

    Thanks once again for a useful plugin

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Alexander C.

    (@alexanderfoxc)

    Hi.

    It doesn’t seem to be a problem caused by our plugin, but rather this is the way how your theme is built.

    Insert following custom CSS that should resolve the issue with content being cut at the bottom of the page when you hid entry-meta via CSS:

    .entry-content {margin-bottom: auto;}

    If this doesn’t work, try to force it by adding !important to the CSS rule:

    .entry-content {margin-bottom: auto !important;}

    Thread Starter proofreadr

    (@proofreadr)

    Thanks Alexander C.

    I thought it might be the theme but unfortunately the company has closed and no longer offers support.

    Update: yes the first custom CSS worked perfectly, without ‘important’ – great!

    Really appreciate the helpful reply and also the way you guys support your plugins.

    Cheers!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘button cut off after removing metadata with custom CSS’ is closed to new replies.