Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Matt Cromwell

    (@webdevmattcrom)

    It looks like your theme is applying an “overflow: hidden” to ALL ul’s in the content area. You can override that for your Give forms with this CSS snippet:

    #middle form[id*="give-form"] ul

    If you need assistance implementing custom CSS on your website we have this guide here: https://givewp.com/documentation/resources/handling-custom-css-in-wordpress/

    Thanks!

    Thread Starter petsreturnhome

    (@petsreturnhome)

    Hi Matt – First – thank you so much for the expedient reply. It is amazing. I have posted several times through WP and have never even had a response. Thank you so much.

    I am not CSS/WP savvy. I installed the modular custom CSS plugin. I used the code snippet you sent me “as is” and inserted it in both agnostic and everywhere in different combinations with no luck.

    I did disable all plugins…… I thought. I found one that was still active. I disabled it and TA DA the problem disappeared. This is the plugin for your information.

    Download Manager Manage, Protect and Track File Downloads from your WordPress site Version 2.9.0 | By Shaon |

    I am sorry I missed that plugin in the beginning. Thanks again for the great support!! I am sure you will hear from me agin. LOL

    Oh, send your children here for some behavior modification. We should be bale to cure them. ?? re: your child theme write up.

    Plugin Author Matt Cromwell

    (@webdevmattcrom)

    Apologies, somehow my CSS snippet I provided you earlier wasn’t complete. Delete that and use this instead:

    #middle form[id*="give-form"] ul {
       overflow: visible;
    }

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘select payment method not working’ is closed to new replies.