[Solved] How do I move the + sign to the left?


add these following css :

 h50{
     padding-left: 35px !important;
    }
summary::after{
    position: absolute;
}

will bring + icon on left.

2

solved How do I move the + sign to the left?