es_spacing) { $template->class = trim($template->class . ' spc_' . $template->es_spacing); } if ($template->es_padding) { $template->class = trim($template->class . ' pad_default'); } if ($template->es_textAlign) { $template->class = trim($template->class . ' ta_'.$template->es_textAlign); } if ($template->es_col_text) { $template->class = trim($template->class . ' layout_' . $template->es_col_text); } } }