EDIT mode mess up the professional look - how to fix?
Permalink
Hello. I often have the problem that when i go into edit mode, my blocks etc.. dont float and looks all messed up - i want to fix this so my clients dont think the site is "broken" when they go into edit mode.
Anyone have a clue why this i happening and can it be fixed ?
Anyone have a clue why this i happening and can it be fixed ?
What version of concrete are you using?
Newest available 5.5.2
5.5.2 have several bugs that may or may not be causing your problems,
Sit tight for a few more days and update to 5.5.2.1 (due for release about now)
If you still have problems after the update post back here again,
If you can't wait a few more days PM me.
Regards
Weyboat
Sit tight for a few more days and update to 5.5.2.1 (due for release about now)
If you still have problems after the update post back here again,
If you can't wait a few more days PM me.
Regards
Weyboat
Thank you weyboat, i will get back to you if update isnt fixing the issues... The problem is often with blocks i made through designer content ... example i have an image and with text to the right of that image. Then in edit mode the text drops below the picture but looks normally when not in edit mode... i guess its okay since everything is working jsut fine, its just not so optimal for a client who thinks they have broken something etc.
would be nice to know how to fix this!
would be nice to know how to fix this!
Hi, that happens due to a nr of factors.
Look at edit mode and you see to borders, they are 1px so on each div his adding at least 2px more to the div's size.
Many ways to deals with this but the more simple one his to make sure that you don't use the full body width, or add a class to body of logged_in and change the body width when logged in.
Make sure that in edit mode your margins or paddings wont overflow the body.
Take a look athttp://resposta-framework.concrete5-labs.com... , you wont get any sort of issues like that.
Look at edit mode and you see to borders, they are 1px so on each div his adding at least 2px more to the div's size.
Many ways to deals with this but the more simple one his to make sure that you don't use the full body width, or add a class to body of logged_in and change the body width when logged in.
Make sure that in edit mode your margins or paddings wont overflow the body.
Take a look athttp://resposta-framework.concrete5-labs.com... , you wont get any sort of issues like that.