Home › Forums › Bee WordPress Theme › Radio buttons not aligning with text
- This topic has 6 replies, 2 voices, and was last updated 11 years, 4 months ago by
Filipemus.
-
AuthorPosts
-
February 11, 2015 at 2:13 pm #6224
Filipemus
ParticipantHi,
We have installed a quiz plugin, wordpress simple survey, and are experiencing that the radio buttons are not aligning with the text, so the label goes below the radio button, instead of next to. We have previous experienced the same problem with another plugin, where it was a conflict with the theme, so were thinking that maybe it is the same thing this time?
The problem can be seen here: https://www.myapplicationclinic.com/consulting-fit-personality-test/Could it have something to do with the theme?
Regards,
MetteFebruary 12, 2015 at 1:16 am #6232Hi
Please login wp-admin, go to Theone / General Settings / Custom Css
Paste the css to Custom Csslabel.wpss-radio { display: inline-block; }Best Bwsm
February 17, 2015 at 1:44 pm #6333Filipemus
ParticipantI’ve pasted it in there, but we still have the problem in a sidebar widget (mailpoet plugin widget), as you can see here: http://www.myapplicationclinic.com/consulting-career-pros-cons/
would that need to be fixed somewhere else?February 18, 2015 at 1:25 am #6344The code would affect whole site:
label { display: inline-block; }February 18, 2015 at 1:31 pm #6354Filipemus
ParticipantIt is still not working for the newsletter plugin. Is it because we are typing it in the wrong place? theme -> general settings -> custom css is where I put it in.
February 19, 2015 at 2:40 am #6363The place is right. the css updated to:
.widget_wysija_cont p label, .widget_wysija_cont input[type=checkbox] { display: inline-block; }Note, above css code works for the plguin only, if you use another plugin, please try to use the css code, it would work whole site(don’t suggest use it, i don’t know if it affect for other things):
label,input[type=checkbox] { display: inline-block; }February 19, 2015 at 12:00 pm #6369Filipemus
Participantgreat, thanks! will save the general code for later if we have the same problem in the future for other plugins 🙂
-
AuthorPosts
- You must be logged in to reply to this topic.
