• Resolved Claudio Xerez

    (@claudioxerez)


    Dear Developer, could you please kindly share a css to show donors wall horizontally as image below? Instagram story style with image on top and name below image.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Rick Alday

    (@mrdaro)

    Hi Claudio,

    You can try this code:

    .give-donor__header, .give-donor__image {
        align-items: center;
        display: flex;
        flex-direction: column;
        min-height: 60px;
    }
    .give-sidebar .widget .give-donor .give-donor__image {
        margin-right: 0;
    }
    

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

    Please note that this code snippet is provided as an example of how you can extend GiveWP with code. It’s up to you to implement and customize to your liking. We cannot provide support for custom code on your website, only the code that we create and distribute.

    Thread Starter Claudio Xerez

    (@claudioxerez)

    Thank you very much. I’ve added a little bit of css and achieved what i was looking for. I really appreciate your support. Rgds.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘custom css to donor’s wall’ is closed to new replies.