same here, but with JetPack… also everything sticks on the left for the subscribe box. Did somebody already solve this? Probably very easy, but i’m new to WP, so guide for dummies would be veeeery appreciated 🙂
If you have not already made a child theme, you should do that first, here are the instructions to create and use a child theme.
After creating your child theme, at the bottom of the child theme stylesheet add:
.widget_wysija {
padding: 0 3% 1%;
}
If you need to adjust the “space” created the above code represents these parameters:
padding: [TOP] [LEFT & RIGHT] [BOTTOM];
The percentages keep the widths responsive and viable for all screens.
Thanks!
Starting with the child theme now.. hehehe 🙂