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?
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!
Anyway
Attached is b4 and after. Any suggestions on how to correct it, greatly appreciated!
Bumpity-bump?
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.
That did the trick, thx a lot!
Or try adding another block underneath the slider of type "HTML" and add this there:
Or you can also add that to the theme to the correct palace if that's better for you.
<div class="ccm-spacer"></div>
Or you can also add that to the theme to the correct palace if that's better for you.
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.