Skip to content

Instantly share code, notes, and snippets.

@FinalAngel
Last active December 20, 2015 08:59
Show Gist options
  • Save FinalAngel/6104009 to your computer and use it in GitHub Desktop.
Save FinalAngel/6104009 to your computer and use it in GitHub Desktop.
Django CMS Frontend Tipps & Tricks
// allow toolbar items to be visible on small screen sizes
$('.cms_toolbar').height(60).find('.cms_toolbar-right').css('display', 'block !important');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment