Hi,
I'm using Joomla 2.5.4 and Musicity template.
I want to use JCE editor, but in frontend buttons in toolbar have an awful padding (see image). How can I remove this padding?
Thank you.
teitbite wrote:Hi
Please guide me so I'll be able to see this issue on Your site.
form#adminForm table td,form#adminForm .cat-list-row0 td,form#adminForm .cat-list-row1 td {
padding: 6px 10px;
border-bottom: 1px solid #e5e5e5;
border-left: 1px solid #e5e5e5;
}
span.wf_editor_toggle {
clear:both;
}
#jform_articletext_parent table td {
padding:0 !important;
}
teitbite wrote:Hi
Glad I could help.