Forums
Forums / Plugin: Email Subscribers & Newsletters - Email Marketing, Post Notifications & Newsletter Plugin for WordPress / Change widget width
(@sedelstein)
9 years, 10 months ago
How can I change the width of the Name and Email boxes for the subscribe widget?
I tried doing that in the widget’s css file but it had no affect (email-subscribers/widget/es-widget.css).
Thanks.
https://ww.wp.xz.cn/plugins/email-subscribers/
(@storeapps)
@sedelstein,
Apply following CSS in your theme’s custom CSS file :
.es_textbox_class { width: 60%; }
(width that you want to reduce it too).
The topic ‘Change widget width’ is closed to new replies.