Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1890462
Bullet Points not working
Closed

Comments

  • Plusture started the conversation

    Hi,

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

    Regards,

    Enis.


  •  2,699
    PenciDesign replied

    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 replied

    Perfect, Thanks!