AI OnAI Off
I've read that thread earlier today, but that's acually not the same issue. I'm setting some margins and positions by javascript when page is loaded. EPiServer is also creating the overlays when page is loaded. Problem is that EPiServer creates the overlays before my stuff is ready. So if I just could trigger that function again, that would be great.
Hi, wonder if there is any way I can reposition all the overlays in "on-page edit". I have some elements that ar positioned after these fields have been initialized. I might be able to find all elements by $('.epi-overlay-item', window.parent.document); and then try set their position my self, but I suppose that there's probable a function that can do this for me