prestarocket-agence / classic-rocket

Classic Rocket is a rework of "classic theme". It has been built keeping in mind : performance, accessibility and SEO.
https://demoprestashop.prestarocket.com/
Other
229 stars 127 forks source link

Text overflow when activating ps_imageslider on Mobile #96

Open msaustral opened 5 years ago

msaustral commented 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; } } }