Astra_Dynamic_CSS::elementor_container_padding_style_comp()

Added Elementor post loop block padding support .


Description


Return

(boolean)


Source

File: inc/class-astra-dynamic-css.php

		public static function elementor_container_padding_style_comp() {
			$astra_settings                                      = get_option( ASTRA_THEME_SETTINGS, array() );
			$astra_settings['elementor-container-padding-style'] = isset( $astra_settings['elementor-container-padding-style'] ) ? false : true;
			return apply_filters( 'elementor_container_padding', $astra_settings['elementor-container-padding-style'] );
		}

Changelog

Changelog
Version Description
4.6.6 Introduced.


User Contributed Notes

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