Updated Marked 2 (2.4.8) CSS issues
I have a custom css style that I have used for some time now as a letter head. After the most recent update, Marked doesn't seem to be respecting the top margin. I exported to HTML from Marked 2 and opened it in Firefox. The margin works properly in the export. Has there been a settings update that affects the margin?
Thank you!
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Brett on Dec 08, 2014 @ 03:52 PM
Yes. In order to compensate for horrible scrolling issues in Yosemite,
I've had to rework the margins on the main wrapper. I'll be working on a
fix to compensate for this and restore custom styles so they work out of
the box. In the meantime you can try adding this to the "Additional CSS"
field in Style preferences:
div#wrapper { margin-top: 130px; }
-Brett
2 Posted by Norm Copeland on Dec 08, 2014 @ 03:55 PM
Thank you! That's perfect. Thanks for the incredibly fast support.