Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Mike Walsh

    (@mpwalsh8)

    I am looking at your form and don’t see the issue. I am not saying there isn’t an issue, it just isn’t obvious to me what the problem is from looking at the form.

    It would not surprise me if there was a problem with this as Google added the date fields, which I’ve also seen render differently on different browsers, well after I wrote the initial plugin which is when the feature you’re describing was added.

    Thread Starter trulyfreeschool

    (@trulyfreeschool)

    Hi Mike –
    Thanks for your quick response! Here is a screenshot to illustrate what I’m seeing:
    https://drive.google.com/file/d/0BwLpxvsSjPZnRllBRzBYZmtoTHM/view?usp=sharing
    The date field should appear below the text rather than to the right, as with the others.
    Thanks for your help!

    Plugin Author Mike Walsh

    (@mpwalsh8)

    Which browser are you viewing this in? When I look at it in Chrome it doesn’t render the same way.

    Thread Starter trulyfreeschool

    (@trulyfreeschool)

    Hi Mike –
    That’s odd; I’m using Chrome, too, Version 44.0.2403.81 beta (64-bit) for Mac. This is not a critical fix for me; thanks for taking the time to look at it!

    Plugin Author Mike Walsh

    (@mpwalsh8)

    I was wrong, it looks different in Firefox than it does in Chrome. I had them backwards. It looks like this in Firefox.

    I typically look at things like this in Firefox because I prefer Firebug for tweaking CSS, I find the UI much better than Chrome’s Inspector.

    Try adding this Custom CSS to your form definition and see if it solves the problem:

    input.ss-q-date {
      display: inherit;
    }
    Thread Starter trulyfreeschool

    (@trulyfreeschool)

    Perfect, Mike! Thank you!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘BR tags for div class ss-date’ is closed to new replies.