• Resolved nofuncle

    (@nofuncle)


    hey guys

    am having issues with the subscribe form on the bottom footer. It all looks fine at the moment but when loaded up on a mobile device, the whole page adjusts to fit the mobile format/layout…APART from the subscribe form…that stays at full length. That’s not right is it?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support lastsplash (a11n)

    (@lastsplash)

    Hi @nofuncle

    This is an issue with your theme and/or Custom CSS added to your site. You have CSS set that is setting the width to 720px regardless of the device size:

    subscribe-form-wrapper .widget, .subscribe-form-wrapper .jetpack_subscription_widget {
      position: relative;
      padding: 0;
      margin: 0 auto;
      width: 720px;

    You would need to either remove the width, set a max-width, or wrap the code in a media query.

    Unfortunately, per our scope of support we aren’t able to help with cosmetic changes to your site.

    You should be able to overwrite this behavior, however, you will need to write custom CSS to do so. You can either write this CSS yourself or contact a developer for assistance. It is also possible that another user here may respond with custom code for you.

    Thread Starter nofuncle

    (@nofuncle)

    ah ok….thanks

    Plugin Support MadHatter (a11n)

    (@madhattersez)

    Happy to see we were able to find the cause for this – I’m going to go ahead and close out the thread now.

    Have a great rest of the week!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘subscribe form (on bottom footer) issues’ is closed to new replies.