Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #313441
    Kevin Pagani
    Participant

    Hi Everyone!

    The owner of the following website signed up for a donation form that can be integrated into the website. Now I got the code and put it on the site: https://stadtmuur.ch/spenden/

    Now, however, I do not want it to be full width, but more like the example the donation-company send me too: https://tamaro.raisenow.com/verei-79e1/latest/index.html

    How can I change the width of this block?

    Thanks and kind regards

    Kevin

    #313461
    Kevin Pagani
    Participant

    Hi again!

    Small addition: I just noticed, that when I am logged in to WordPress, the form is displayed over the whole width. If I look at it in incognito mode or just another browser, than it’s just half the width. How is that possible?

    In this case I have a follow-up question: How can I center this block?

    Kind regards

    Kevin

    #313470
    tikaram
    Keymaster

    @kevinpat : Login to your WordPress admin section.
    Go to Appearance => Customize => Additional css and add the following css

    .rnw-widget-container {
        display: block;
        margin: 0 auto;
    }

    Let me know if this helps you out.

    Regards,
    Tikaram

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Change integrated Form width’ is closed to new replies.