Disfigured PayPal Buttons

Homepage Community Forums inSync Theme Support Disfigured PayPal Buttons

Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #13910
    futurewebboss
    Customer

      I created a paypal donation button and placed it on this page,
      http://www.bluerepublican.org/donate/
      The button is disfigured and I believe it is a function of the way the theme has been put together to be mobile responsive. I am wondering if anyone else has seen this and if there is a remedy for such so that the button retains it’s original size.

      #13951
      Eric
      Customer

        Check out line 378 in your css for the input/forms and remove or comment out the width: 100%;

        /* Forms
        --------------------------------------------- */
        
        input,
        select,
        textarea {
        	background: #fff;
        	border: 1px solid #ddd;
        	border-radius: 3px;
        	color: #999;
        	font-size: 16px;
        	padding: 6px 12px;
        	width: 100%;
        }

        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

        #13953
        futurewebboss
        Customer

          Thank you.
          worked like a charm.

        Viewing 3 posts - 1 through 3 (of 3 total)
        • The topic ‘Disfigured PayPal Buttons’ is closed to new replies.