Sorry for my late response but I already fixed it.
The solution for the already expanded items was:
.collapseomatic_content :
style=”display: none;”
And there was no styling in the chill theme so therefore the solution for the same height for the arrow was:
.collapseomatic {
background-position: 0px 50%;
}