What's the code for moving a sub label in PayPal Payment Wizard?

  • AATR
    Asked on March 28, 2015 at 1:39 PM

    I'm using the regular PayPal payment Wizard and I have already added coding, thanks to the tips and tricks provided by the JotForm team.  

     

    What I am trying to do is move a sub label to the left of a drop down box or above the drop down box for my product selections.  I've attached a copy of what it currently looks like.  Is there a code to change the way this looks?  Thanks for any guidance.

    Jotform Thread 542493 Screenshot
  • raul
    Replied on March 28, 2015 at 5:27 PM

    Yes, you can position the labels to the left using the following code:

    .form-product-item .form-sub-label {
       float: left;
       margin-right: 10px;
    }

    This would be the result:

    Whats the code for moving a sub label in PayPal Payment Wizard? Image 1 Screenshot 20

    I hope this helps.

    Let us know if this is what you're trying to accomplish.
    Thanks.

  • AATR
    Replied on March 28, 2015 at 9:04 PM

    Amazing, works perfectly exactly what I was trying to accomplish.  Thanks again!  Great customer service and tech help, couldn't ask for more. 

  • Welvin Support Team Lead
    Replied on March 29, 2015 at 9:14 AM

    That's great to know and it's our pleasure to help! Should you need any further assistance, please do not hesitate to contact us again.

    Thank you!