• Hi,
    I have put paypal buttons into the sidebar widgets but I can’t get rid of extra spaces in the code. Any ideas?
    I’d also like the paypal link to pop up in another tab but I don’t know how to do that.
    Thanks
    Jan

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • I don’t see any extra spaces. I’m not sure that you mean by ‘I’d also like the paypal link to pop up in another tab’.

    Hello,
    There was default 3em margin in the top of the widget.
    Use css to remove this space if you think it is not so good to look
    Otherwise if you put the same then nothing to change.
    Thanks

    Thread Starter janandrews0

    (@janandrews0)

    Not sure how to do this as I’m not a coder – can you tell me?
    Thanks
    Jan

    Thread Starter janandrews0

    (@janandrews0)

    And when someone clicks on the paypal button, I would like it to open in a different tab on the browser (so that my site stays open).
    Thanks
    Jan

    
    .x-sidebar .widget {
        margin-top: 0px !important;
    }
    

    Place this code in the custom css box .
    You will get custom css box in the appearance > customizer .

    If you want to different tab when someone click the paypal button, in that case you have to write some jQuery or JavaScript.

    Let me know if the above code works for you.

    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘getting rid of extra spaces in widget area’ is closed to new replies.