form css

This topic contains 7 reply and 2 voices, and was last updated by Nayem 9 years, 4 months ago
Viewing 7 Posts - 1 through 7 (of 7 total)
Author Posts
November 29, 2014 at 4:29 am 31364
Nayem Hi, Awesome plugin. my site is in an rtl language. i managed to translate things in the plugin however the text and fields in the add post form are flipped for me (i wish the text to be to the right of the field). how can i fix this?
November 29, 2014 at 11:43 am 31376
Nayem Nayem

Hello Anna,

Can you please provide a screen shot of that form?. Then it will help me to know about your needs.

Thank you 🙂

November 29, 2014 at 11:06 pm 31396
Anna Anna

Thank you for the quick response.
in the meantime i have managed to solve this but a new problem arose.
solution: i edited the file frontend-forms.css to have the following float to the right :

ul.wpuf-form li .wpuf-label {
  float: right;
  width: 25%;
}
ul.wpuf-form li .wpuf-fields {
  float: right;
  width: 75%;
}

but now the label and field seem to be bellow the bullet (i think it was there before as well and is not related to my change).
here is a pic of the problem.
bullet above label and field problem
how can i fix this? (i already tried some things and nothing seems to work)

November 30, 2014 at 11:43 am 31413
Nayem Nayem

Hello Anna,

Please add this style in you css ul{list-style-type: none;}. Hope everything will work fine now.

Thank you 🙂

November 30, 2014 at 2:26 pm 31422
Anna Anna

thanks for the reply but it didnt work.
any other ideas ?
thanks

November 30, 2014 at 3:10 pm 31424
Nayem Nayem

Hello Anna,

If this code ul{list-style-type: none;} did not work normally then you can write this code as ul{list-style-type:none!important;}. Please check and let me know.

Thank you 🙂

November 30, 2014 at 4:10 pm 31430
Anna Anna

tried it. still no change.
any other ideas?
thanks

November 30, 2014 at 4:28 pm 31431
Nayem Nayem

Hello Anna,

I think there is a problem in your theme. We do not have this problem in our plugin. If you want you can check our demo. You have to hire a developer to make these changes for you.

Thank you 🙂

Viewing 7 Posts - 1 through 7 (of 7 total)