Relative positioning offsetting the editable areas.

Permalink
I have a website that uses a relative positioned div at -42 and its throwing every editable are below it off by the same distance.

Is there a fix for the beyond an 'in edit mode' alt css file?

 
okhayat replied on at Permalink Reply
okhayat
You could use $c->isEditMode() to detect when in edit mode and move the DIV away.