[ad_1]
I’m doing a simple webpage, where wordpress is the base with divi theme. But i can’t get the col-md-6 divs to work as intended, to make my two forms stay side my side if possible. Have tried for hours without success.
Anyone have a good idea? You can see html source on
[http://vasterport.repairhouse.se])Thanks for any advice.
[ad_2]
Your layout is not correct.
If you inspect it you can see it. The col-md-6 is on the div with id “content-area-left” which is a parent of the parent you want to work with.
Your form element should have a class “row” and your child elements should have col’s. Inside those cols should be the content eg. label and input field