embedded PayPal code

Home Forums WordPress Themes – Premium Pure & Simple embedded PayPal code

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #17085
    Ellen
    Participant

    I’ve noticed on a couple sites now that certain embedded code gets a little messed up and I think it may be due to the theme wanting to stretch images and tables across the container. I have embedded PayPal code in my site here http://www.franklinhistory.evhmarketing.com/contact-2/ and it stretches the PayPal button.

    Can you help me with where I can fix this?

    I also noticed it in another site where I am including a form field in woocommerce and the field stretches all the way across the page. If you help me fix this here I believe I can fix it elsewhere.

    #22489
    Binaya D
    Participant

    Hi Ellen,

    We visit your site but we are unable to see your issue, so could you please check once, so that it will be easy to both of us to find the solution asap.

    Thanks

    #22497
    Ellen
    Participant

    Maintenance mode sorry. It’s turned off now, also here is a screen shot.

    #17086
    Bidur
    Moderator

    Hy Ellen,
    The stretches of the PayPal button is because input button is taking 100% of width. To get Paypal Button its actual width you can override the using css. Please add below css

    input[type="image"].form-control {
        width: auto;
    }

    If that does not work try placing important property as

    input[type="image"].form-control {
        width: auto !important;
    }

    Note: Please use the child theme style.css or custom css plugin to write the css

    We Hope this’ll fix your issue

    Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.