Editing
Permalink
I have recently had a website set up with Concrete 5 as the CMS. However, I am unable to edit any of my site. I think that it is because of the header. My complete header obscures the edit tab. Can you kindly provide me with some advice. I have attached an image to show the problem
Thank you
Thank you
Hi Gondwana
I will check with the designer to see if this is a solution for my problem.
thank you so much for replying.
Speak soon
I will check with the designer to see if this is a solution for my problem.
thank you so much for replying.
Speak soon
OK, so to state the obvious your fixed header is positioned above the concrete5 edit bar.
The solution will be to add a css z-index value to your header that's lower than the z-index of the c5 edit bar which is 1000.
This will still leave your header partially obscured in edit mode. You could consider using php to add a class to your header in edit mode and add a 48px margin to the top to resolve this.
The solution will be to add a css z-index value to your header that's lower than the z-index of the c5 edit bar which is 1000.
This will still leave your header partially obscured in edit mode. You could consider using php to add a class to your header in edit mode and add a 48px margin to the top to resolve this.
Thank you Katalysis for replying.
I will try this to see if this work.
Speak soon
I will try this to see if this work.
Speak soon
I also wonder whether the page template has been wrapped in <DIV class="ccm-page">, which goes a long way towards making its content play nicely with the c5 UI. It won't help position:fixed elements, though.