Editor Issue in League News

Premium sports magazine Joomla template with clean, easy to customize and unique design.
GK User
Wed May 30, 2012 9:45 pm
Hey guys, can anyone tell how to fix this this weird editor issue?

Image
User avatar
Senior Boarder

GK User
Thu May 31, 2012 4:53 am
can someone post a code fix for this?
User avatar
Senior Boarder

GK User
Thu May 31, 2012 6:08 am
a friend told me...

The issue is in Firefox, chrome is fine.
The editor is embeded in <span> which is an inline element, so it is rendered after previous elements on same row. Chrome processed div that contains two div's which "float" as normal div and that's why it "forces" next span to show under...


where in the php do i fix this?
User avatar
Senior Boarder

GK User
Thu May 31, 2012 6:23 am
FIXED FIREFOX issue!

Placed a css code into override.css

.item-page.edit .formelm-buttons {
margin-top: 5px;
height: 38px;
}

(note: please make sure you have override.css enabled in template parameters in administrator).
User avatar
Senior Boarder


cron