Home Forums WoodMart support forum Upgrade from 2.10.1 to 3.3 Reply To: Upgrade from 2.10.1 to 3.3

#94396

Bogdan Donovan
Keymaster

Hi,

Try to add the following code snippet to the Custom CSS area in Theme Settings.

@media (min-width: 768px) {
	
body p.form-row-first {
	float: left;
}
	
body p.form-row-last {
	float: right;
}

body p.form-row-first, 
body p.form-row-last {
 width: 48%;
}

}

Regards