Display of downloadable files in portrait mode on mobile phones is not optimal

in Download Manager Free

Viewing 6 posts - 1 through 6 (of 6 total)
Mar 10, 2025 at 5:41 pm
#204386

Hi

The list of files that can be downloaded is displayed correctly in landscape mode on mobile phones, but not in portrait mode (the white area per file is too large!).

Have a look at our website https://www.hattha-thaispa.ch/downloads/.

Do you have an idea how to solve this issue?

Best regards

Atipa and Markus

Mar 10, 2025 at 6:15 pm
#204387
Moderator
Tahasin
Staff

Hello, Atipa

Thanks for reaching out.

We are checking the issue and will provide you with an update shortly.

Regards

Mar 11, 2025 at 5:19 am
#204396
Moderator
Tahasin
Staff

Kindly use this CSS code in you theme’s custom CSS section:

@media (max-width: 767px) {
  .media {
    display: flex;
    flex-direction: column;
    font-size:13px;
    word-break: break-word;
  }
  
 .media .package-title a {
   font-size:14px;
}
  .media .ml-3 a{
    font-size:10px;
  }
}

This should fix the issue. Please check and let me know.
Regards

Mar 11, 2025 at 12:51 pm
#204432

Hello Tahasin

Yes, now it is ok! Was this a quick fix and is this CSS-Quick-Fix part in the next plugin version?

Please let me know :).

Thank you so much.

Atipa

Mar 11, 2025 at 1:03 pm
#204436
Moderator
Tahasin
Staff

The CSS for portrait mode is functioning well on our side, so there might be a conflict between the theme and the download manager.

It’s good to know it’s working properly now.

Mar 11, 2025 at 1:14 pm
#204437
Moderator
Tahasin
Staff

I’d be truly grateful if you could leave a 5-star review here, if you found my assistance valuable.

Thank you.

Viewing 6 posts - 1 through 6 (of 6 total)

The topic "Display of downloadable files in portrait mode on mobile phones is not optimal" is closed to new replies.