Add post content floating if after photo
This commit is contained in:
@@ -92,6 +92,11 @@
|
||||
width: 1px;
|
||||
}
|
||||
|
||||
/* Post Content */
|
||||
.sp-post-content {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
/* Pagination */
|
||||
.sp-table-wrapper .dataTables_paginate {
|
||||
text-align: center;
|
||||
@@ -445,4 +450,8 @@
|
||||
.sp-template-logo + .sp-post-content {
|
||||
clear: left;
|
||||
}
|
||||
|
||||
.sp-template-photo + .sp-post-content {
|
||||
clear: none;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user