Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1235376

    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

    #1235550

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.