This has been bugging me for a while.
There is a random '-' that appears before K2 items and adds a single line of unused space that appears to be pulling form joomla.css.334
- Code: Select all
.itemImageBlock + .itemBody:before, header + .itemBody:before {
content: "-";
position: absolute;
top: -24px;
}
- How can I turn this off in the override.css please?
Drew