Thread Starter
Mizuki
(@mizuki)
the site is currently under maintenance. =D I can’t open it to the public coz I’m still fixing it. ^^~
BUT I already solved the problem. I just guessed some codes. So uhm. I placed another seperate div class for the relative position only.
.bottom
{position:relative;
bottom:-14px;
}
which made it:
<div class=blogtitle>
<div class=bottom>
<?php the_title(); ?></div>
</div>
that fixed the problem for me. 🙂 It’s now positioned to the way I like. Cheers!