ccm-page-controls

Permalink
Does anyone remember a post about this, I recall it but cant find it,

It pertains to the edit bar in edit mode and how it push's things like the nav bar down 50 px or so.

I remember there being some fix for this,If you remember just post a link....Thanks

Red3
 
SteveAtParadigm replied on at Permalink Reply
In the cheat sheet post, the post titled 'background image' by 'bryananthonylewis' contains the code you need to push the body bg image down 50px when in edit mode:

http://www.concrete5.org/index.php?cID=7255...
nige replied on at Permalink Reply
nige
<?php
if ($c->isEditMode()) { ?>
<div class="spacer3"></div>
<?php} ?>


make a class "spacer3" or whatever and put a wee background image into it.

Bingo.
nige replied on at Permalink Reply
nige
<?php
if ($c->isEditMode()) { ?>
<div class="spacer3"></div>
<?php} ?>


make a class "spacer3" or whatever and put a wee background image into it.

Bingo.