Need help with a page

Homepage Community Forums Epik Theme Support Need help with a page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #5029
    asailorslullaby
    Customer

      Hey I built a PayPal button into my page but it is way too big and I don’t know how to scale it down….PLEASE HELP!!!

      http://asailorslullaby.com/buy-now/

      #5034
      Eric
      Customer

        If you take a look around line 2157 in your css file you’ll see this –

        
        input, 
        select, 
        textarea {
            background-color: #FFFFFF;
            border: 1px solid #DDDDDD;
            padding: 0.3125rem 0.625rem;
            width: 100%;
        }

        The width is what is causing that issue. You could either remove that, or individually create a separate class for that particular image so it shows up the size you want……whichever way would be easier for you.


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

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