Open msaustral opened 5 years ago
Hi when ps_imageslider is activating on Mobile, the text overflows the carousel, to avoid this change the imageslider.scss line 7 to this
.slider-caption{ position: absolute; top:10%; margin-bottom: 0; color: #000; @media (min-width: 768px) { left: 90px; max-width: 400px; } @media (max-width: 767px) { left: 9px; max-width: 170px; .display-1{ font-size: 0.9rem; } h4{ font-size: 0.5rem; } } }
Hi when ps_imageslider is activating on Mobile, the text overflows the carousel, to avoid this change the imageslider.scss line 7 to this
.slider-caption{ position: absolute; top:10%; margin-bottom: 0; color: #000; @media (min-width: 768px) { left: 90px; max-width: 400px; } @media (max-width: 767px) { left: 9px; max-width: 170px; .display-1{ font-size: 0.9rem; } h4{ font-size: 0.5rem; } } }