From 11464971b32b6d2ae74544f5b5c29d788c6b6812 Mon Sep 17 00:00:00 2001 From: Samyog subedi Date: Thu, 26 Dec 2024 16:19:03 +0545 Subject: [PATCH] Added styles for smalll screens --- templates/form-registration.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/form-registration.php b/templates/form-registration.php index 284b2f69b..064c615de 100644 --- a/templates/form-registration.php +++ b/templates/form-registration.php @@ -85,7 +85,9 @@ } else { $default_class = ''; } - +//For small screen +wp_register_style( 'ur-frontend-small-screen', UR()->plugin_url() . '/assets/css/user-registration-smallscreen.css', array(), UR()->version ); +wp_enqueue_style( 'ur-frontend-small-screen' ); ?>
' id='user-registration-form-'>