• Resolved martonic

    (@martonic)


    Hi – this is very very cool – thank you!

    Just one thing! We have a lot of payment options! We would like to have the description on one line, and the button on the next, then a line break, another description, etc.

    However, a blank line is appearing after the description (and above each button) no matter what we try (shortcode, form code, visual editor, html editor, even putting the code after the description with NO white space between them!).

    Any suggestions? We just want the buttons CLOSER to the descriptions!

    Thanks in advance!

    http://wordpress.org/extend/plugins/s2member/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter martonic

    (@martonic)

    P.S. viewing the source shows that the blank line is caused by a <br> tag that we are not putting in – either WordPress, or s2member is inserting this. Thanks again.

    Thread Starter martonic

    (@martonic)

    Putting <div class="nobr"> description\n button</div> works.

    Thread Starter martonic

    (@martonic)

    .nobr {
    margin: 10px 6px;
    }
    .nobr br {
    display:none;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: s2Member ( Membership w/ PayPal® Integration ) also works w/ BuddyPress] How to remove lin’ is closed to new replies.