Astra_Markup::ast_layout_1_grid()

Layout-1 grid css backward comaptibility.


Description


Return

(string.)


Source

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

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


User Contributed Notes

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