-
-
<p class=”p1″><span class=”s1″>Is there a way to increase the spacing between the radio button and the title and the checkbox and the title? I am using a third party plugin and when I view in the 2015 theme it looks fine, but when I view in the Tower theme, there is no spacing between them.</span></p>
<p class=”p2″><span class=”s2″>https://palolohome.org/wp/give_donate/</span></p>
<p class=”p1″><span class=”s1″>Thank you!</span></p> -
Hello,
We do not offer support on third party plugins. Please read our support policy for more detailed information. However, you can try to add this code into your custom css box:
#_dgx_donate_designated { padding-top: 10px; }
Merry Christmas and Happy New Year!
-
Hi – Happy holidays and Happy New Year to you too!
Ok I redid the form without the third party plugin, instead with straight html code. However, I am getting the same results. Any suggestions? I am trying to get some spacing/padding between the radio button and the text.
-
Hello,
The code above is based on the code of the plugin you were using. Since you change it to plain html, these classes are no longer valid and so the css code is useless.
I don’t see any titles now, screenshot. What do you need to edit here? Let us know, so we can give you the right code.Best regards!
-
The code you sent earlier was useless as it didn’t change anything, I’m showing that it isn’t a problem with the plugin but the Tower theme. The titles will be the same as what is shown in the screenshot you attached. Whether it is “yes” or “no” or another title, the spacing between the radio button and the title needs to be more than zero.
-
Hello,
I believe you misundertood. Are you still using the third party plugin in this page: https://palolohome.org/wp/give_donate/ ?
Althought, we do not give support on other plugins that the ones already included in theme, i did gave you this code:#_dgx_donate_designated { padding-top: 10px; }
Witch is responsible to edit the titles(not values) in this page (result).
Do you want to edit the values distance from the radio button? In that case this is the code to add:input[type="radio"] { margin-right: 9px; }
Best regards!
-
Mihaila – thank you for your help. However, your code has no affect on the page with the plugin nor the page without any plugins used. For our purposes, I’m trying to just get a basic page working with the values distance from the radio button. This the same for a basic page with a check box as well. Both have problems with spacing in the Tower theme.
Please view this test page (basic page using no plugins). I applied your code in the custom CSS panel and it has no change in the values distance from the radio button. This shows that there is a problem with the theme itself and NOT when using a plugin. If we can get this page to work, I am sure that it will ultimately affect the page WITH the plugin and that page will work as well.
-
Hello,
This is basic html/css. Theme has no issues with these since it’s build on these. Send us your wp credentials in a private reply. I will do it for you.
Best regards!
-
-
-
You must be logged in to reply to this topic.