/*CAROUSEL ARROWS*/ .wpex-carousel__arrow-icon svg, .wpex-carousel__arrow-icon.wpex-icon, .wpex-carousel__arrow svg /*, .wpex-slider .sp-arrow-inner*/ { display: none; } .wpex-carousel__arrow:where(:not(.theme-button))…
Only Mobile Line Break
Use this CSS to introduce a line break that only works on mobile or small screen devices.
@media screen and (min-width: 768px) {
.mobile-break { display: none; }
}
And then use it like this:
<br class="mobile-break">