Astra_Markup::comment_form_grid_class()

Comment form grid classes.


Description


Return

(string.)


Source

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

	public function comment_form_grid_class() {
		return ( Astra_Builder_Helper::apply_flex_based_css() ) ? 'ast-grid-common-col ast-width-lg-33 ast-width-md-4 ast-float' : 'ast-col-xs-12 ast-col-sm-12 ast-col-md-4 ast-col-lg-4';
	}

Changelog

Changelog
Version Description
3.3.0 Introduced.


User Contributed Notes

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