Hi!
I’ve noticed that horizontal breaks responding to this css rule
hr.horizontal-break,
hr.break {
width: 50px;
margin: 20px auto;
display: block;
height: 3px;
background: #e6e6e6;
border: none;
}
used in revolution sliders are disappearing in mobile visualization. I could not find a solution for this problem..
Could you help me?
Thanks a lot!