Home Forums WoodMart support forum Basic HTML lists – ul / li / ol doesn't work

Basic HTML lists – ul / li / ol doesn't work

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #24850

    iksivee
    Participant

    Hey I have issue with formating basic html tags like ul/li/ol.. can’t format plain text. No matter if it is directly in wordpress or using WPBakery Block Text 🙁

    • This doesn’t work in theme
    • Dont know why
      This too
    #24854

    Artem Temos
    Keymaster

    Hello,

    We suggest you to use our Visual Composer element called “List” for this purpose.

    Kind Regards

    #24858

    iksivee
    Participant

    That is not very comfy, I don’t want to make whole terms and conditions document to Visual Composer objects 🙁

    #24862

    Artem Temos
    Keymaster

    In this case, try to add a CSS class to your list default-list and place this CSS code to the Custom CSS area in Theme Settings

    .default-list {
    	padding-top:20px;
    	padding-left:20px;
    	margin-bottom:20px;
    }
    
    .default-list li {
    	list-style-type: disc;
    	margin-bottom:10px;
    }
    #25742

    iksivee
    Participant

    This solved my problem


    .plaintext { text-decoration: initial; }

    #25749

    Artem Temos
    Keymaster

    Great, we are glad that you have found the solution

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

The topic ‘Basic HTML lists – ul / li / ol doesn't work’ is closed to new replies.