• Resolved gbruner1

    (@gbruner1)


    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: http://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!!

    http://wordpress.org/plugins/mail-subscribe-list/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Richard Leishman

    (@webfwd)

    Hi Thank you for using my plugin,

    Looking at your website it seems that your theme already sets specific code for the input boxes such as width which means you may have to use !important in places.

    Also #email-subscription should be .sml_subscribe

    #sidebar .sml_subscribe input { }

    Thread Starter gbruner1

    (@gbruner1)

    Thank you, Richard! So should I make the change from #email-subscription to #sidebar .sml_subscribe input { }? I didn’t change anything to make it that way, that’s the way it came…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Resizing Text Field’ is closed to new replies.