diff --git a/packages/nulp_elite/src/components/header.js b/packages/nulp_elite/src/components/header.js
index 1099e7e5..3b62a401 100644
--- a/packages/nulp_elite/src/components/header.js
+++ b/packages/nulp_elite/src/components/header.js
@@ -882,79 +882,6 @@ function Header({ globalSearchQuery }) {
-
-
-
- {roleNames.some((role) =>
- ["SYSTEM_ADMINISTRATION", "CONTENT_CREATOR"].includes(
- role
- )
- ) && (
-
-
-
- )}
- {roleNames.some((role) =>
- ["ORG_ADMIN", "SYSTEM_ADMINISTRATION", "CONTENT_CREATOR"].includes(
- role
- )
- ) && (
-
-
-
- )}
-
-
-
-
-
-
{roleNames.some((role) =>
["ORG_ADMIN", "SYSTEM_ADMINISTRATION"].includes(
role
diff --git a/packages/nulp_elite/src/pages/content/joinCourse.js b/packages/nulp_elite/src/pages/content/joinCourse.js
index 1f04691c..e835acba 100644
--- a/packages/nulp_elite/src/pages/content/joinCourse.js
+++ b/packages/nulp_elite/src/pages/content/joinCourse.js
@@ -1993,7 +1993,7 @@ const JoinCourse = () => {
outline: "none",
borderRadius: 8,
width: "90%", // Relative width
- maxWidth: "500px", // Maximum width
+ maxWidth: "700px", // Maximum width
height: "80%", // Relative height
maxHeight: "90vh", // Maximum height
overflowY: "auto", // Scroll if content overflows
diff --git a/packages/nulp_elite/src/styles/style.css b/packages/nulp_elite/src/styles/style.css
index a983d4d6..3b638691 100644
--- a/packages/nulp_elite/src/styles/style.css
+++ b/packages/nulp_elite/src/styles/style.css
@@ -1572,7 +1572,9 @@ button {
font-size: 15px !important;
max-width: 80% !important;
}
-
+ .jss6{
+ text-align: left !important;
+ }
.mr-13 {
margin-right: 13px !important;
}
@@ -3171,6 +3173,7 @@ custom-chip {
.contentCreator .jss5 {
position: inherit !important;
+ text-align: left !important;
}
.social-icons {