How to Place Forms Side By Side
Permalink
This is probably a really simple fix but I cannot seem to figure out how to do this. So, my website,http://www.GetInstaFamous.com, sells Instagram followers, but I would like to sell likes as well. I have the PayPal buttons and forms set up, but I want them to be side by side each other instead of on top of each other. I have attached a picture to better explain this (please excuse my poor ms paint skills).
Do any of you know of a way I can fix this?
Thanks,
Jacob
Do any of you know of a way I can fix this?
Thanks,
Jacob
This is really more a CSS problem than a Concrete5 problem.
Just make sure that your forms (or a div tag around each form) is styled to have a width of say 45% with a right margin of 5% for the first one and that they are both set to float:left.
If you don't know what that means, alternatively you can use layouts provided your paypal forms are inserted in the page as blocks. Create a 2 column layout and insert one paypal form in each column