diff --git a/UI/Series/Index/Posters/ItemTemplate.html b/UI/Series/Index/Posters/ItemTemplate.html
index 9308283ce..e9825f4f2 100644
--- a/UI/Series/Index/Posters/ItemTemplate.html
+++ b/UI/Series/Index/Posters/ItemTemplate.html
@@ -16,7 +16,9 @@
-
{{title}}
+
diff --git a/UI/Series/series.less b/UI/Series/series.less
index 061fb3bce..7dda48f7a 100644
--- a/UI/Series/series.less
+++ b/UI/Series/series.less
@@ -95,6 +95,7 @@
.progress {
text-align: left;
+ margin-top : 5px;
left: 0px;
width: 170px;
@@ -104,18 +105,14 @@
}
}
- .progress {
- left : 22px;
- margin-top : 5px;
- }
+ .title-container {
+ position: relative;
- .title {
- position : absolute;
- left : -10000px;
- top : auto;
- width : 1px;
- height : 1px;
- overflow : hidden;
+ .title {
+ position : absolute;
+ top : -100px;
+ opacity: 0.0;
+ }
}
.labels {