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

Viewing 6 posts - 1 through 6 (of 6 total)
#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

#204387

Tahasin
Moderator

Hello, Atipa

Thanks for reaching out.

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

Regards

#204396

Tahasin
Moderator

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

#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

#204436

Tahasin
Moderator

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.

#204437

Tahasin
Moderator

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)

You must be logged in to reply to this topic.