Viewing 1 replies (of 1 total)
  • Plugin Author Baden

    (@baden03)

    Moin Sika,

    If you check out your css for #sidebar h2:

    #sidebar h2 {
    margin: 0 0 15px 0;
    padding: 0 0 12px 0;
    line-height: 1;
    font-size: 12px;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
    }

    t’s overwriting collapseomatic’s padding setting:
    padding: 0 0 10px 16px;

    You might try adding the following to either your css or the plugin’s option page custom css area:

    #sidebar h2 .collapseomatic {
    padding: 0 0 10px 16px;
    }

    Please let us know if you get is working!

Viewing 1 replies (of 1 total)
  • The topic ‘ERROR ARROW Icon above Text’ is closed to new replies.