BuddyDev

Search

[Resolved] Form layout with Buddypress user contact form

  • Participant
    Level: Initiated
    Posts: 2
    casperdemedici on #34518

    Hi,

    Just bought your plugin ‘Buddypress user contact form’ which i’m having a problem with.
    As you can see in the picture https://ibb.co/XWvsg7f the layout is not very neat looking. Do i fix this with a setting in my theme that i’m not aware of, or can i fix it with some css?

    Thank you in advance!

  • Keymaster
    (BuddyDev Team)
    Posts: 24211
    Brajesh Singh on #34537

    Hi,
    Thank you for purchasing from us.

    Please link me to a user’s contact form page and I will provide you the css. We need to override theme’s css for our contact form part.

    Please feel free to use private reply here(there is a checkbox below reply button) if you are not comfortable sharing the url in public.

    Thank you
    Brajesh

  • Participant
    Level: Initiated
    Posts: 2
    casperdemedici on #34551
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 24211
    Brajesh Singh on #34555

    Hi,
    Thank you for the link.
    It is Youzer plugin removing the styles from our form.

    Please visit Dashboard->Appearance->Customize->Additional CSS and please add the following code

    
    
    .bp-user-contact-form label {
        display: block;
        margin: .5em 0;
    }
    
    .bp-user-contact-form input[type="text"],
    .bp-user-contact-form input[type="file"],
    .bp-user-contact-form textarea {
        display: block;
        width: 100%;
        margin: .5em 0;
    }
    
    

    That will make it better.

    Please let me know if it works for you or not?

  • Participant
    Level: Initiated
    Posts: 2
    casperdemedici on #34556

    Hi again,

    Aaah yes of course…
    But this is perfect, thank you again.

    Have a nice day!

  • Keymaster
    (BuddyDev Team)
    Posts: 24211
    Brajesh Singh on #34588

    Thank you.
    Have a nice day to you to.

The topic ‘ [Resolved] Form layout with Buddypress user contact form’ is closed to new replies.

This topic is: resolved