vdchristelle
9/9/2013 - 7:46 AM

Problem: drag and drop handle gets stripped from the CSS 1. go to the_aim_theme settings and remove stripping of system.base.css 2. add code

Problem: drag and drop handle gets stripped from the CSS

  1. go to the_aim_theme settings and remove stripping of system.base.css
  2. add code below to your css
// first go to the_aim_theme settings and remove stripping of system.base.css
// second: add code below to your css

.draggable a.tabledrag-handle {
  height: 0.7em;
	margin-left: 0;
	font-size: 2.5em;
	padding-top: 8px;
}