Md Mozahidur Rahman пре 1 година
родитељ
комит
7ed7e3e339
2 измењених фајлова са 10 додато и 10 уклоњено
  1. 7 1
      css/theme-styles.css
  2. 3 9
      single-faculty.php

+ 7 - 1
css/theme-styles.css

@@ -1748,7 +1748,11 @@ body.archive aside#secondary{
     /* border-top-right-radius: 5px;
     border-bottom-right-radius: 5px; */
 }
-
+section#dept-notices h1,
+section#events h1,
+section#dept-notices .subtitle {
+    color: white;
+}
 .news-row {
     display: flex;
     flex-wrap: wrap;
@@ -1777,6 +1781,8 @@ span.degree {
 #navbar {
   position: fixed;
   top: 0;
+  left: 0;
+  right: 0;
   padding: 0;
   margin: 0 !important;
   z-index: 999;

+ 3 - 9
single-faculty.php

@@ -256,14 +256,8 @@ get_header(); ?>
 </div>
 
 <style>
-	header {
-		margin: 0px !important;
-		padding: 0px !important;
-		height: 350px;
-		overflow: hidden;
-	}
-
 	main {
+		margin-top: 390px;
 		min-height: calc(100vh - 400px);
 		position: relative;
 		padding: 0px !important;
@@ -562,10 +556,10 @@ get_header(); ?>
 		border-bottom: 1px solid #fff;
 	}
 
-	ul {
+	/* ul {
 		margin-top: 20px !important;
 		margin-bottom: 50px !important;
-	}
+	} */
 
 	ul>li {
 		list-style: none;