Are you using a plugin to handle this? If so it doesn’t appear to be responsive. Here is part of the code it shows –
``
The above code is the Text area/box that you see.
The “size=65” I believe is what is causing it to stay at fixed width. Anything “fixed width” code/plugin etc that you add inside of a Responsive theme will remain “fixed” and will fail to adjust.
If there isn’t an option or setting to change the plugin to be responsive, have you tried any other plugins? Like the enews widget for example?
Is there a “size” value that I can input that will keep it the same width on the desktop version (relatively) and then resize accordingly or should I remove it completlely?
Not that I know of since it is a fixed width. You could probably add some css like – `width: 100%;` to the class of that particular section…..but it probably won’t look right, or the same (I just tested it myself).
A lot of people use the other plugin I linked to with Genesis themes…..if you want to check it out. I’m not sure how it will look, but it’s worth a try.