• Hi everyone,

    I used the following CSS code so as to create a Collapsable button but I would like to keep the arrow on the left. What do I need to add to the CSS to make it work? I tried .collapsomatic with background-image but it didn’t look great.

    .button {
       background: #f4f4f4;
       color: black;
       padding: 10px;
       width: 400px;
       text-align: left;
    
    }

    Thank you for your help !

  • The topic ‘[Plugin : Collapse-O-Matic]’ is closed to new replies.