spacing between categories

in Download Manager Free

Viewing 12 posts - 1 through 12 (of 12 total)
Aug 4, 2026 at 8:41 am
#215338
Participant
frank braun
OP

Hi there,
The spacing between the categories is very large for template link-template-default card mb-2. How can I reduce it?

thanks, fb

Aug 4, 2026 at 8:44 am
#215339
Moderator
Tahasin
Staff

Hello,

Thanks for reaching out.

Could you please share the relevant URLs and screenshots of the categories in a private reply? This will help us identify the issue more easily.
You can use this tool to share screenshots.

Looking forward to your response.
Regards

Aug 4, 2026 at 8:59 am
#215340
Participant
frank braun
OP
This reply has been marked as private.
Aug 4, 2026 at 9:06 am
#215341
Moderator
Tahasin
Staff

Thanks for sharing the details.

Those gaps are being caused by the pagination of the category tables. From what I can see, you’ve added six category shortcodes on that page. Is that correct?

Aug 4, 2026 at 9:22 am
#215342
Participant
frank braun
OP

Tahasin
Yes, exactly. And those very intervals are to be reduced.

Here the Template:

<div class=”col-6-100″>
<div class=”link-template-default card mb-2″>
<div class=”card-body”>
<div class=”row row-cols-1 row-cols-md-3 g-3 align-items-center”>

<!– Spalte 1: Icon –>
<div class=”col-auto text-left text-md-start”>
<div class=”img-48″>[icon]</div>
</div>

<div class=”col flex-grow-1″>
<h3 class=”package-title mb-1″ style=”color:#666666; font-size:1.1em; font-weight:600;”>[title]</h3>
<div class=”mb-2″ style=”color:#808080; font-size:13px; font-weight:400; line-height: 1.4;”>[description]</div>
<div class=”text-muted small”>
<span style=”color:#808080;”><i class=”far fa-file-pdf me-1″></i> [file_size]</span>
</div>
</div>

<div class=”col-12 col-md-auto text-md-end”>
<div class=”d-grid d-md-block”>
[download_link]
</div>
</div>

</div>
</div>
</div>
</div>

Aug 4, 2026 at 9:31 am
#215345
Moderator
Tahasin
Staff

Kindly try applying paging="0" inside the shortcodes.
Let me know, how it goes.

Aug 4, 2026 at 9:41 am
#215346
Participant
frank braun
OP

Where should it be inserted?

Aug 4, 2026 at 9:46 am
#215347
Moderator
Tahasin
Staff

Inside the shortcode, like this
[wpdm_category id="" cols="1" template="" paging="0" toolbar="0"]

Aug 4, 2026 at 9:58 am
#215348
Participant
frank braun
OP

Ah… Thanks. yes, that works. However, since we already have over 100 pages online, I was thinking of a centralized solution within the template’s CSS…

Aug 4, 2026 at 10:04 am
#215349
Moderator
Tahasin
Staff

It’s coming form the shortcodes not templates.
However, you can also apply this CSS in your theme’s additional CSS section

.pagination.wpdm-pagination.pagination-centered.text-center {
  display: none;
}
Aug 4, 2026 at 10:15 am
#215350
Participant
frank braun
OP

Perfect. Many thanks šŸ˜‰

Aug 4, 2026 at 10:20 am
#215351
Moderator
Tahasin
Staff

Welcome !!

If you found my support helpful, I’d truly appreciate a moment of your time to leave a 5-star review [here], your feedback means a lot to us and helps us keep doing what we love!
Thank you !! 😊

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

You must be logged in to reply to this topic.