New Landing How can we help? Atelier Comment area single posts displays incorrectly below 768px

Viewing 12 posts - 1 through 12 (of 12 total)
  • Posted in: Atelier
  • #199428
    NiO
    Member
    Post count: 233

    Hi Swiftideas,

    Single post issue > comment area: on mobile devices the required span (*) displays on top of the field description. See attachment.

    Cheers,
    Johan

    Attachments:
    You must be logged in to view attached files.
    #199435
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Thanks for reporting this, i’ll assign this to our lead developer and we can add this in the next update.

    In the meantime, please use this:

    @media only screen and (max-width: 767px) {
        #commentform p > span.required {
            left: auto;
        }
    }

    – David.

    #199440
    NiO
    Member
    Post count: 233

    Yes, thanks David. Had that fix in place already ๐Ÿ™‚

    #199449
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Thanks, fixed this too.

    – Ed

    #199452
    NiO
    Member
    Post count: 233

    Hi Ed,

    The only thing that David’s code doesn’t fix is the asterix behind the intro text (“Your email address will not be published. Required fields are marked *”) when it wraps on iPhone.

    Cheers,
    Johan

    #199454
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    That code is only for the minimal form type – we’ve changed the css to only output when that type is selected.

    – Ed

    #199455
    NiO
    Member
    Post count: 233

    Hi Ed,

    Not sure I understand. I was referring to the fix suggested by David above. It fixes the issue for the form field labels, but not for the text before it ๐Ÿ™‚

    Cheers,
    Johan

    #199456
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    What I’m saying is that the fix isn’t that code – it was removing the css and only outputting it when using the minimal display type. Remove that code when updating and all should be sorted.

    – Ed

    #199457
    NiO
    Member
    Post count: 233

    Got it! Thanks ๐Ÿ™‚

    #199541
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Great. Thanks Ed.
    -Rui

    #201588
    NiO
    Member
    Post count: 233

    Hi Ed & Rui,

    Most things mentioned are resolved with the update. Just needed to keep this piece of css to fix the “issue” as shown in the attached screenshot:

    .comment-form-author, .comment-form-email { padding-right:15px;}

    Cheers,
    Johan

    Attachments:
    You must be logged in to view attached files.
    #201609
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Thanks, have sorted that for next update.

    – Ed

Viewing 12 posts - 1 through 12 (of 12 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register