Resizing Text Field
-
Hi there!
I am new to this and slowly trying to figure out how code works. My email subscription box on my website is way too big and is making the sidebar too big and the main content too small: https://www.theconvivialtable.com/I’m guessing at the code but I think this is it:
#sidebar #email-subscription input { background-color: #ddd; border: 0 none !important; color: #888; float: left; font-size: 14px; font-style: italic; height: 35px; line-height: 35px; margin: 0; padding: 0 10px; width: 200px; } #sidebar #email-subscription button { background:url(images/subscription-button.jpg) #666 no-repeat; border: 0 none !important; color: #fff; cursor: pointer; display: block; float: left; height: 35px; padding: 0; width:40px; }
I’ve tried changing both of the width numbers but that doesn’t seem to do anything. Can anyone help?
Thank you!!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Resizing Text Field’ is closed to new replies.