Astra_Markup::ast_blog_common_css()

We have removed grid css and make common css for grid style.


Description


Return

(string.)


Source

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

	public function ast_blog_common_css() {
		return Astra_Builder_Helper::apply_flex_based_css() ? 'ast-grid-common-col ast-full-width' : 'ast-col-sm-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.