wysiwg not really wysiwg?

Permalink
So I added the block power slider lite. In edit mode is just perfect where it supposed to be, yet when I exit edit mode, it's being moved to where I absolutely don't want it to be! What's up?

 
jvansanten replied on at Permalink Reply
You're correct.

Rendering in TinyMCE, the text editor, doesn't fully represent what you'll see in production mode. C5 will condense blocks not being edited when moving a block. TinyMCE picks up rules from typography.css (so that the font will be represented close to production), bur other rules in your main.css will not be active.

That's a general comment. For a more specific response, you might want to post screen shots of both views.
RobinMeade replied on at Permalink Reply 1 Attachment
Sorry I posted under different alias, because C5 booted me for whatever reason.
Anyway
Attached is b4 and after. Any suggestions on how to correct it, greatly appreciated!
RobinMeade replied on at Permalink Reply
Bumpity-bump?
mhawke replied on at Permalink Best Answer Reply
mhawke
Try putting the page in Edit mode and hover over the slider block and choose 'Design' rather than 'Edit'. Then go to the 'Spacing' tab and put in a negative top margin and a left margin and see if that shoves it around enough.
RobinMeade replied on at Permalink Reply
That did the trick, thx a lot!
Mainio replied on at Permalink Reply
Mainio
Or try adding another block underneath the slider of type "HTML" and add this there:
<div class="ccm-spacer"></div>


Or you can also add that to the theme to the correct palace if that's better for you.