Viewing 5 replies - 1 through 5 (of 5 total)
  • Hey there,

    It looks like this is being caused by some CSS code that’s elsewhere on your site. (Specifically “float:left;” being applied on all of your label elements)

    To fix it, you’ll want to add some CSS code to set this particular label in the sign up form to NOT float left. Here’s the code you’ll want to add into your stylesheet:

    .mergeRow label{
    float:none;
    }

    If you have any questions, let me know. 🙂

    Thread Starter adventureswithben

    (@adventureswithben)

    I can do that, except where do I put that piece of code? I’m not a programmer. Let me know what stylesheet and line and I can copy and paste.

    Thanks!

    Hey hey,

    This should work by getting added to your WordPress theme’s CSS file. To edit that, go to your WP admin, then click Appearance > Editor. Then, locate your primary CSS file and tack the above onto the end of it.

    If you have any questions, lemme know!

    Thread Starter adventureswithben

    (@adventureswithben)

    Fixed, thank you!

    Awesome! glad to hear man.

    -tk

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘SIdebar Format?’ is closed to new replies.