PUM_AssetCache::global_custom_styles()


Description Description


Source Source

File: classes/AssetCache.php

	public static function global_custom_styles() {

		if ( pum_get_option( 'adjust_body_padding' ) ) {
			echo "html.pum-open.pum-open-overlay.pum-open-scrollable body > *[aria-hidden] { padding-right: " . pum_get_option( 'body_padding_override', '15px' ) . "!important; }";
		}

	}


Top ↑

User Contributed Notes User Contributed Notes

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