I just noticed that a bunch of my ZenTools2 modules are broken. I am not sure when they broke. These are very simple modules that are displaying a list of EasyBlog titles within a given category.

Here is a sample of one of the many broken pages:

https://www.drcarney.com/acts/medical-supervision

You will notice the module titled Retreats has gigantic spaces between the titles. This used to not be this way. It basically served as a nice list of all the EasyBlog articles. I have MANY of these same modules on other pages on the site. But, if this gets fixed then the others will also be fixed.

Hi,

Try to add the following custom css code:

.zt-list.zt-lines li.zt-item {
    margin: 0 3% 10px;
    padding: 0;
}

Cheers
Joshua

    Hi Sean,

    Did you adjust the css in the zentools2 module theme tab - there is values you can change in the item style but using master will affect all the other zentool2 module instances using the master css

    Cheers
    Paul

    Joshua-M I have added the code you suggested but am not seeing results. I also turned off my cdn, turned off the content cache plugin and turned off the caching in the global configuration.
    Would you be willing to look to verify that the code I put in is working. I put it to the bottom of my custom.css file.
    Sean

    Hi Sean,

    You can adjust this in each modules css or alternatively try

    #zentools-571.zt-list.zt-lines li.zt-item, #zentools-604.zt-list.zt-lines li.zt-item, #zentools-572.zt-list.zt-lines li.zt-item, #zentools-606.zt-list.zt-lines li.zt-item { margin-bottom:0; padding: 0 0 10px;}

    Cheers
    Paul

      paulus1031 OK. So it looks like I have to create an entry for every ZenTools menu that is a listing of Titles.

      I guess something happened in the last ZenTools2 upgrade that made this necessary?

      I am attaching a picture that shows where I am using the developer tools of Google Chrome and it looks like there are two other paddings that are being added. I would like to be able to reduce the padding for all of them.

      Hopefully the picture is worth a thousand words.

      Sean

      Hi Sean,

      I can't read that picture

      If you want to change one setting to reduce the margin and padding you can adjust the css in the theme tab and save the master css

      But this affects all instances of the zentools2 - you could save as custom css inside each modules theme tab or use the custom css I suggested for each module on the home page sidebar

      Cheers
      Paul

      8 days later

      Thank you. I actually believe that I was having a caching problem. :-)

      ah thanks for the update

      We've marked this thread as resolved

      Cheers
      Paul

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