• Resolved andymc82

    (@andymc82)


    so i have a little problem on my page when the user is not logged in..please see here

    http://www.liveassets.ca/jobs/apply/10/

    as you see the register now/login details are all mixed up, unfortunately from what i can see i can only change that via the frontend-user.php file..but thats in a script im unsure of :/

    is there any way i can change this via HTML/CSS? or can you tell me how i would do this in php?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,
    Yeah, 2 forms in a row. Forms are a real pain to style, and those are overlapping each other. Oh, and the coders have not seen fit to put handy ID’s or classes on those forms: they get an F grade for CSS-friendliness.

    This type of thing in the CSS may help. But they’re blunt instruments… they could effect other stuff on your site, so if you try them, be careful. I would have targeted them better if they’d had CSS hooks on them.

    form {clear: both;}
    label {clear: both;)

    Cheers

    Plugin Author Gary Pendergast

    (@pento)

    Really? An F grade, because I didn’t put classes on <form> tags, which are technical tags, not semantic or layout tags?

    There are classes you can use, instead of clobbering every form on the site:

    .jobman_app_form form, .jobman_app_form label {clear: both;}
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘register for site not conforming’ is closed to new replies.