Skip to:
Content
Pages
Categories
Search
Top
Bottom

My Cforms register form is too wide


  • raminjan
    Participant

    @raminjan

    Hi guys okay here is a link to my page and this plugin which can’t be found in wp plugin search lists, called cforms and I made a nice form with it but the problem is the text boxes are too wide can someone please take a look thanks.

    http://buddyswired.com/

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

  • @mercime
    Participant

    @mercime

    This is not a BuddyPress issue. The width is generated by the plugin’s stylesheet. You could change the width of your input fields via stylesheet. Change from

    #simplr-form input {
    clear: both;
    width: 90%;
    }

    to something like:

    #simplr-form input {
    width: 60% !important;
    }

    raminjan
    Participant

    @raminjan

    also I got another question bud thanks for your answer but I was wondering to know how to can I make a facebook front page like you know I don’t want the actual site navigation bar and so on to show up before the user has signed in. I want them to only see the login box and the registration box at the front page how can I do that?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘My Cforms register form is too wide’ is closed to new replies.
Skip to toolbar