Home Forums Basel support forum Formatting Problems

Formatting Problems

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #133262

    joywithjo
    Participant

    Hi,

    On the Tab view, there seems to be some formatting issues.

    For e.g. the numbered list will not appear on the website. Please see screenshot attached.

    Also, the words look strange – it looks like there is a lot of spacing between letters and the line height also looks different. How do I change this?

    #133263

    joywithjo
    Participant

    Reattach pic

    Attachments:
    You must be logged in to view attached files.
    #133321

    Hello,

    Please deactivate all the plugins not related to the theme and switch the parent theme, and provide the site admin access to the private area

    Best Regards

    #134129

    joywithjo
    Participant

    Hi Elise,

    Sorry for the late reply. I have tried my best to deactivate all the plugins that I believe are not required by the theme.

    Credentials are provided below as well. Thank you.

    #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

    #135313

    joywithjo
    Participant

    Hi Elise,

    It did solve the problem when the list is numbered.

    However, lists that are not numbered, that is, just bullet points are not resolved.

    Attachments:
    You must be logged in to view attached files.
    #135364

    Hello,

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

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

    Best Regards

Viewing 7 posts - 1 through 7 (of 7 total)