Reducing 'Follow' Widget Button Size
-
I just added the ‘Follow’ widget to my blog sidebar (which I changed to say ‘Subscribe’). I’m trying to reduce the size of the submit button so it looks a little better – ideally it would be on the same line as the e-mail address input box (though I’m not sure if it’s possible due to width restrictions).
Anyone have any suggestions?
The blog I need help with is: (visible only to logged in users)
-
This should work, although you will want to check it for tablet and mobile, logged in users and different zoom levels as well:
.widget_blog_subscription #subscribe-field { width:65%!important; line-height:1.4em; } .widget_blog_subscription p { display:inline; } .widget_blog_subscription input { padding: 0.5em; 1.2em; vertical-align: middle; } -
- The topic ‘Reducing 'Follow' Widget Button Size’ is closed to new replies.