Ahhhh! I'm so stupid! Thank-you so much for your help ♥. That will teach me to try and write CSS by myself.
Everything worked, although the code from the base Expressive stylesheet seemed to turn everything strange, I borrowed one from a starter sheet and it all worked out beautifully.
Layout: You have a empty section at the end called "Utility". You need the code from the base Expressive stylesheet in there:
/* Clear floats - inspired by
Now with more ydnar! */
#control-strip-inner:after,
#content-inner:after,
#alpha:after,
#beta:after,
#gamma:after,
#delta:after,
#header-content:after,
#header-content-inner:after,
.asset-tags:after,
.nav-wrapper:after,
.asset-header:after,
.asset-inner:after,
.asset-body:after,
.library:after,
.pager-inner:after,
.recent-activity-media:after,
.comments-inner:after,
.enclosure-inner:after,
.widget-list li.item:after,
.widget-list .asset:after,
.watched-asset-header:after,
.watched-asset-list-header:after,
.profile-content:after,
.comment-meta:after,
.comment-asset:after,
.post-header-list:after,
.asset-rating:after,
.widget .user-pic:after,
.support-inner:after {
content: " ";
display: block;
visibility: hidden;
clear: both;
height: 0.1px;
font-size: 0.1em;
line-height: 0;
}
/* Holly Hack */
#control-strip-inner,
#alpha,
#beta,
#gamma,
.pager,
.comment-body,
.watched-asset-header,
.watched-asset-list-header,
.recent-activity-media,
.profile-content,
#header-content,
#header-content-inner,
.enclosure-inner,
.asset-tags,
.comment-form-toolbar,
.support-inner {
height: 1%;
}Finally, the line that has .categories-widget .tagcloud needs an opening bracket "{", which is why the tags look weird.
Reply
Everything worked, although the code from the base Expressive stylesheet seemed to turn everything strange, I borrowed one from a starter sheet and it all worked out beautifully.
Again, thank-you.
Reply
Leave a comment