Home › Forums › Newsletter Plugin Support › Widget width
Hi Is there any way to change the width of the widget subscription form ? The widget is not adpating ti the sidebar width and the form goes into the content area.
Thank you very much!
You need yo use a css rule like
.newsletter-widget input { width: 100%; }
of course the rules need to be added looking first at the specific problem.