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