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!
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.
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?
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!
Sorry. You have right.
My mistake. ::)