Home › Forums › Basel support forum › Bulleted List and Number list Problem › Reply To: Bulleted List and Number list Problem
April 13, 2019 at 2:49 pm
#118629
Elise Noromit
Member
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