I have searched other topics on this issue and found a code to use to fix it, but then there is no more sharp angle in the separator… How to fix that then? I see no line in my devices but atleast on some samsung phones the lines show up.
with code…
The code I used:
.x-section-separator-bottom, .x-separator-bottom-angle-in {
bottom: 2px !important;
}
.x-section-separator-top, .x-separator-top-angle-in {
top: 2px !important;
}
.x-section-separator-bottom, .x-separator-bottom-angle-out {
bottom: 2px !important;
}
.x-section-separator-top, .x-separator-top-angle-out {
top: 2px !important;
}