Tagged: x
-
AuthorPosts
-
February 14, 2017 at 12:35 pm #1370821
watueParticipantOn my Pay Membership Dues page, under Dues Owed (at the bottom of the form), I am trying to move the checkboxes to the left so that information on one line remains on one line. For example, $75 should be on the line above it.
I don’t see anything in the forum that addresses this and I have added the following CSS that did not affect the left margin.
input[type=”checkbox”] {
margin-left: 30px;
margin-right: 10px;
}The right margin CSS was already there; I added the CSS regarding the left margin.
Your help is appreciated. My login information is in a private post below.
February 14, 2017 at 12:37 pm #1370825
watueParticipantThis reply has been marked as private.February 14, 2017 at 10:18 pm #1371362
watueParticipantI figured it out. Used a negative margin. (margin-left: -30px;)
February 14, 2017 at 10:19 pm #1371370
RupokMemberHi there,
Thanks for writing in! I guess I was able to find the right page and perhaps you are referring this – http://prntscr.com/e8wfbf
So I am not sure what changes you need here. Would you clarify with a screenshot that what you are trying to achieve?
Cheers!
February 14, 2017 at 11:02 pm #1371399
watueParticipantIn the previous post, I said I was able to figure it out. I fixed it by using a negative value for margin-left. Thanks for following up.
February 15, 2017 at 2:54 am #1371570
ChristopherModeratorYou’re welcome.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1370821 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
