Astra_Markup::ast_grid_col_6()

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_col_6() {
		return Astra_Builder_Helper::apply_flex_based_css() ? 'ast-width-md-6' : 'ast-col-md-6'; 
	}

Changelog

Changelog
Version Description
3.3.0 Introduced.


User Contributed Notes

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