Skip to content
Snippets Groups Projects

Issue # 3522617: Fix issue with the blog date overlapping the blog title

Merged Daniel Rodriguez requested to merge issue/estore-3522617:3522617-blog-date-and into 2.2.x
3 files
+ 9
9
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 1
1
@@ -8491,7 +8491,7 @@ article.blog .blog-top-wrapper .posted-on {
@@ -8491,7 +8491,7 @@ article.blog .blog-top-wrapper .posted-on {
background: #333333 none repeat scroll 0 0;
background: #333333 none repeat scroll 0 0;
left: 0;
left: 0;
padding: 10px 0;
padding: 10px 0;
position: absolute;
position: relative;
text-align: center;
text-align: center;
top: 0;
top: 0;
width: 110px;
width: 110px;
Loading