Edit Mode Overlay Offset?

Permalink
Hi,
i am building a new template and i am having some problems with the edit overlay,
it only appears ~50px shifted downwards (see attached image).

it is kinda frustrating since it generates overlaps and i often hit different blocks than intended. also for the sake of a clean start i want to figure out whats wrong.
i have inspected the css rules to an extent but couldnt find what was causing the problem, maybe you can help me. (guess its some clashing css declarations?)

otherwise, for this is my first dabble with c5 im quite happy already, you can see the page here:http://151.236.6.67/index.php?cID=195... (no dns atm) it is very much work in progress, but i have already managed to build a template from scratch with a working Foundation Framework etc very cool!

if you know what could be causing the problem or its obvious to you on my site, please tell!
thanks,
Tamás

1 Attachment

antion
 
antion replied on at Permalink Reply
antion
well i might have fixed it by applying css to the C5 edit overlay like this:
//FIX OVERLAY SHI(F)T
div#ccm-menu-highlighter { //GREEN HIGHLIGHT BOX
      margin-top: -50px !important;
}
.ccm-block-edit-drag { //DRAG AND DROP
      margin-top: -50px !important;
}
#ccm-inline-toolbar-container { //TEXT EDIT TOOLBAR
   margin-top: -50px;
}


i dont like this solution, but as long as they all shift by 50px its okay, im sure it will make problems along the way tho.
still open to a better solution!
thanks
justinnipper replied on at Permalink Reply
justinnipper
I'm having the exact same issue. A client wanted me to use Webflow to build their site into Concrete5. It's off by 50px. Did you happen to find a different or better solution?