Hello.
When I published in "es-sidebar" position module with "Show Title: Show" option, I noticed that title has another style (not ste same as "es-side-widget__title". So I had to edit CSS (add this):
.es-modules-es-sidebar h3{
font-size: 16px;
font-weight: bold !important;
border-top: 1px solid #e1e1e1 !important;
padding-top: 16px;
}
Thaere is nothing critical, but I supposed to see all titles in sidebar in one style. Thanks.
PS: Also, I suppose line like in
<hr class="es-hr"> should be added before header. I added screen like it would be great.