News:

Support for jDownloads 3 has been ended
Since 17 August 2023 Joomla.org has discontinued support for Joomla 3.x. Therefore, we will no longer offer official support for our Joomla 3 jDownloads version 3.9.x from January 2024.
Please update your website to the latest Joomla version (Joomla 4 or Joomla 5) as soon as possible. Afterwards, please update jDownloads to the latest published version. The longer you delay, the more difficult the upgrade process for your website is likely to be.

Main Menu
Support-Forum

Download buttons now stretch through entire width of the screen - [Solved!]

Started by jazzbird, 24.03.2023 21:30:27

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

jazzbird

Hello Arno!

I have just updated to jD 4.0.21, and I'm noticing that the download buttons that were previously about 8cm wide now stretch out through the entire width of the screen, right to left.

See here: https://www.catholicsforisrael.com/de/bibelkurs/teil-i

Is this an intentional change or a bug? If the former, how can I revert to limit the width of the buttons so that they don't stretch through the whole screen?

Thanks!
  •  

Arno

Hi,
I don't quite understand what you mean. Or have you already changed it yourself?  See the first picture.

I had indeed made a small change in the CSS file. It concerned downloads that were inserted via the plugin. Previously, there was an incorrect display when several were inserted one below the other (see second image). This error has been corrected.

If you want to use the old setting again, add the commented out part of picture 3 to the jdownloads_custom_css. You can find it on the jDownloads layouts page.
Best Regards / Gruß
Arno
Please make a Donation for jDownloads and/or write a review on the Joomla! Extensions directory!
  •  

jazzbird

Thanks for the reply. Your suggestion did not work. It seems that the wide button length is caused by:

.jd_content_wrapper {
    padding: 3px 0px;
    /* width: 100%;

and/or

.jd_content_plugin {
    /* float: none;

If I disable one of these, the buttons return to how they were. Not sure if this will affect other parts of jDownloads though?
  •  

jazzbird

This is how the download buttons displayed before the latest changes. There seems to be also more space below the buttons now.

In any case, I have fixed by adding to custom.css:

.jd_content_plugin {
    float: left;

Thanks!
  •  

Arno

Best Regards / Gruß
Arno
Please make a Donation for jDownloads and/or write a review on the Joomla! Extensions directory!
  •