You are here: Support FAQ AJ Article Listing Why is the padding between the dropdown menu's too big

Why is the padding between the dropdown menu's too big

E-mail Print PDF

Adjust/remove the padding settings for "td" in your template.css file, padding settings there will add on to your settings in the module parameters.

Eventually you need to adjust/add td paddings for sectiontableentry - to make lists like contactlist, sectionlist etc to look ok, see example below.

tr.sectiontableentry1 td { padding: 8px 6px;}
tr.sectiontableentry2 td { padding: 8px 6px;}