Display on an iPad looks bad

in Download Manager Free

Viewing 6 posts - 1 through 6 (of 6 total)
Mar 4, 2026 at 2:15 pm
#212541
Participant
Vicky Perry
OP

I’m using the following code [wpdm_packages categories='Bigbury News' orderby='date' order='desc' items_per_page='1' toolbar='0' paging='0' cols='1'] to display the most recent upload in a particular category.

On my laptop screen it displays fine, however on an iPad, it is being displayed in a very long thin box. It’s not filling the whole column as I’d expect.

Can you advise please? I can send screenshots if it helps.

Thanks
Vicky

Mar 4, 2026 at 2:16 pm
#212542
Participant
Vicky Perry
OP
This reply has been marked as private.
Mar 4, 2026 at 3:19 pm
#212543
Moderator
Nayeem Riddhi
Staff

Sorry for the inconvenience. We are checking the issue. I have already forwarded it to our related team authority regarding the issue. Please kindly check and let me know if you have any more queries.

Thank you and kind regards

Mar 5, 2026 at 5:07 am
#212559
Moderator
Nayeem Riddhi
Staff

Please kindly use this for site and let me know if it resolves your issue,

@media only screen

and (min-width: 768px)

and (max-width: 1024px) {

.row .col-md-6 {

width: 350px !important;

}

.media-body {

font-size: 12px;

}

.ml-3 .wpdm-download-link {

font-size: 10px !important;

}

.package-title a {

font-size: 15px;

word-break: normal;

overflow-wrap: break-word;

}

}

Please kindly check.

Thank you

Mar 6, 2026 at 1:09 pm
#212595
Participant
Vicky Perry
OP

Thank you for your solution. It seems to work 🙂

Mar 6, 2026 at 4:22 pm
#212607
Moderator
Nayeem Riddhi
Staff

Glad to hear that. However, if you need further help with anything else, then please don’t hesitate to open a new topic. If you get some free moments, can you please give us a 5* here https://wordpress.org/support/plugin/download-manager/reviews/?rate=5#new-post, It will inspire us a lot. Thanks in advance…

Thank you again and regards

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

You must be logged in to reply to this topic.