Responsive Issues

Homepage Community Forums Legacy Theme Support Responsive Issues

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #4238
    mrimpossible
    Customer

      Any

      Everything is responsive, except for my opt-in form in the widget area, which goes from perfectly fine full screen to “off-screen” on a mobile device.

      Full Screen 

      Mobile

       

      Any idea why or what I can do to change this?

      #4264
      Wes
      Moderator

        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?

        #4275
        mrimpossible
        Customer

          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?

          #4286
          Wes
          Moderator

            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.

          Viewing 4 posts - 1 through 4 (of 4 total)
          • You must be logged in to reply to this topic.