Submit Button Size Issue

Homepage Community Forums Epik Theme Support Submit Button Size Issue

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #8164
    patrick
    Customer

      Hi, Wes! THANK YOU for Epik!! It’s an absolutely amazing theme!!!

      I’m having trouble with a site’s submit button. The form is created within AWeber but when I drop the javascript code into an Epik page it enlarges the submit button. This doesn’t happen within other Genesis child themes that I’m using.

      For example, the submit button image used here… http://www.amcfamily.com/take-the-next-step/ … is the same size/dimensions of the submit button image I use here … http://www.amcrightstart.com/register/

      The first link is within the Genesis Agency theme. The second link is within the Epik theme.

      Which line of CSS code do I need to adjust that’ll allow the image to remain at its normal size?

      Thanks in advance!

      #8165
      Wes
      Moderator

        Ok, I see what it is. Take a look around line 401 in your style.css and remove the width: 100%; from this –

        /* Forms
        --------------------------------------------- */
        
        input,
        select,
        textarea {
        	box-shadow: 0 1px 3px #eee;
        	-moz-box-shadow: 0 1px 3px #eee;
        	-webkit-box-shadow: 0 1px 3px #eee;
        	background: #fff;
        	border: 1px solid #ddd;
        	border-radius: 3px;
        	color: #999;
        	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
        	font-size: 16px;
        	font-size: 1rem;
        	padding: 12px;
        	padding: 0.75rem;
        	width: 100%;
        }
      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.