Hi,
I've modified the default theme adding the exhibit title in the <div class='top'><!-- --></div> section, like this:
<div class="top"><last:ndxz_title /></div>
I'd like to float it in the horizontal format so the exhibit title sits at the left of the exhibit text (TITLE - TEXT - IMAGES). I'm using:
.format-horizontal #exhibit .top {
width: 150px;
float: left;
}
.format-horizontal #exhibit #img-container {
float: left;
}
But, the #img-container section always drops under the .top section.
What am I doing wrong?
Thanks