Hey,
as you can see on the picture – the slideshow title is not centered on mobile. So the text in the box is out of view.
https://ibb.co/ZxJ8Gp2
How can i fix this problem?
It happens on different mobile devices.
Thanks for helping me!
Best Regards,
Andreas
Hey awasner,
Add this to quick css:
@media only screen and (max-width: 767px){
.responsive #top #wrap_all .container.caption_container {
width:100%!important;
max-width:100%!important;
}}
Best regards,
Jordan Shannon