Home Forums Basel support forum Formatting Problems Reply To: Formatting Problems

#134299

Hello,

Please add this code to the Theme Settings > Custom CSS > Global:

body .vc_toggle_content ol{
	padding-left: 30px;
	list-style-type: decimal;
}
body .vc_toggle_content ol li{
  line-height:2em;
}

Set the line height as per your needs

Best Regards