Home Forums Basel support forum Bulleted List and Number list Problem Reply To: Bulleted List and Number list Problem

#118629

Hello,

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

body .vc_toggle_content ol{
    list-style-type:decimal;
	  padding-left:30px;
}

and this code to the Theme Settings > Custom CSS > Mobile:

body .page-title {
    height: auto;
}

Best Regards