• Resolved karsten007

    (@karsten007)


    Hello Guys,

    I would like to edit the give buttons. Finally I would like to achieve a look like this.

    I think I have to make CSS Changes in my child theme or are there any other possibilities of changing the look and position of the buttons? Especially I would like to know how to put the buttons in a row and not below each other like it is now.

    Thank you for your help and advise.

    Karsten

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Devin Walker

    (@dlocc)

    Hey @karsten007 – it looks like you need some CSS help for the donate button and then to horizontally align the fields. Can you post a link to your form? I can provide some basic styles to get it looking more like that for you.

    Thread Starter karsten007

    (@karsten007)

    Hi Devin, yes, it would be very helpful if you could provide some basic styles. I also know a little bit of CSS so together we will achieve.

    Here is the link to my form.

    And here is the look I want to achieve

    Thank you

    Karsten

    Thread Starter karsten007

    (@karsten007)

    Hi Devin, yes, it would be very helpful if you could provide some basic styles. I also know a little bit of CSS so together we will achieve.

    Here is the link to my form.

    Thank you

    Karsten

    Plugin Author Devin Walker

    (@dlocc)

    Hey @karsten007 – good to know you have some CSS experience ?? I’ve taken a look again and this should get your on the way styling the button and aligning the elements horizontally:

    
    form[id*=give-form] select.give-select-level { float:left; clear:none; }
    form[id*=give-form] .give-total-wrap { float:left; margin: 0 10px 0 0; }
    [id*=give-form] input.give-btn, [id*=give-form] a.give-btn {     
        background: #e85441;
        background: -moz-linear-gradient(top, #e85441 0%, #cb3724 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e85441), color-stop(100%, #cb3724));
        background: -webkit-linear-gradient(top, #e85441 0%, #cb3724 100%);
        background: -o-linear-gradient(top, #e85441 0%, #cb3724 100%);
        background: -ms-linear-gradient(top, #e85441 0%, #cb3724 100%);
        background: linear-gradient(to bottom, #e85441 0%, #cb3724 100%);
        box-shadow: inset 0 -4px 0 #a02b1c; 
    }
    
    Thread Starter karsten007

    (@karsten007)

    Hi Devin, thank you very much. This is very helpful.

    I think the final CSS adjustments should be no problem for me.

    Regards,

    Karsten

    Plugin Author Devin Walker

    (@dlocc)

    Great! Thanks @karsten007

    If you like our plugin / support please consider giving it a rating: https://www.ads-software.com/support/plugin/give/reviews/

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How to edit position of give buttons’ is closed to new replies.