Astra_Markup::ast_grid_lg_12()

Removed grid layout classes and make common class for same style


Description


Return

(string.)


Source

File: inc/core/markup/class-astra-markup.php

	public function ast_grid_lg_12() {
		return Astra_Builder_Helper::apply_flex_based_css() ? 'ast-grid-common-col' : 'ast-col-lg-12'; 
	}

Changelog

Changelog
Version Description
3.3.0 Introduced.


User Contributed Notes

You must log in before being able to contribute a note or feedback.