Skip to content
Public Ticket #6859

Bullet Points not working

Conversation thread

Plusture replied

Customer Reply

Perfect, Thanks!

PenciDesign replied

Staff Reply

Hi,

Please add more this code to Customize > Custom CSS to fixed it:

.wpb_text_column ul, .wpb_text_column ol {
    padding-left: 36px;
    margin-bottom: 20px;
}
.wpb_text_column ol ol,
.wpb_text_column ul ul,
.wpb_text_column ul ol,
.wpb_text_column ol ul {
    margin: 2px 0;
    padding-left: 22px;
}
.wpb_text_column ul li {
    margin-bottom: 6px;
    position: relative;
    list-style-type: square;
    line-height: 1.7;
}
.wpb_text_column ol li {
    margin-bottom: 2px;
    list-style: decimal;
}

Best Regards,

PenciDesign

Plusture started the conversation

Conversation Start

Hi,

using accordion tab in my page, bullet points inside the text area is not working, could you help me?

Regards,

Enis.

Want to join this conversation or access attachments? Sign in first.