technova76 You can comment it for now

#128582 Also, I see that the start/end date in the campaigns in the main page, appeared again... :S

You're right, it seems that the issue happens in module, previously, it's fixed in campaign page only. I've reported to the team to fix it soon.

Thank you, I'll be waiting for it.

What about the white space in the campaigns, and the code?

    The white space I show you in the images...
    This blank space is created because the percentage bar and the raised / goal are missing. Normally the form should be adapted according to the information, and not leave blank space.

      technova76

      Actually, these elements doesn't take much space, it due to the padding style of the campaign. I see that you added custom css in the 'custom.css' file for it:

      .dt-donate-campaigns-list .dt-donate-mod-campaign-details {padding-bottom: 1;}

      You should change the value again, like:

      .dt-donate-campaigns-list .dt-donate-mod-campaign-details {padding-bottom: 100px;}

      Finally!
      I see that inside the campaigns page, looks fine. But in the main page, there is a space between the text and the "Raised".

        technova76

        You can use this css:

        .dt-donate-campaigns .owl-carousel .dt-donate-campaigns-list .dt-donate-mod-campaign-details {
            padding-bottom: 50px;
        }

        and change to the value as you wish.

        This code gives me again the start/end date.
        I removed it and the start/end date is still there.

        That code is for the space only.

        As I mentioned above, the start end / date issue is reported to the team, it's not fixed yet.

        15 days later

        Since I removed the code you gave me, I don't see any "white space". I don't know why...

          Yes it is. But it's strange... it shouldn't be without this code! lolol

          Write a Reply...
          You need to Login to view replies.