Link to home
Start Free TrialLog in
Avatar of Kokko
Kokko

asked on

Float Problem

Hi Experts,

I'm having a trouble making post title (class="entry-title") float right next to its date (class="date") in wordpress site I'm testing.

I truly appreciate if someone can take a look at it.

I temporarily uploaded the file here ->Test Blog

Thank you!
Avatar of hielo
hielo
Flag of Wallis and Futuna image

Try something like:
<div class="date" style="float:left;width:5em;">Mar<br />22</div>

If it does what you want, then update your .date class in you css
Avatar of Kokko
Kokko

ASKER

Thank you, hielo, for the comment.  But it's not working.
ASKER CERTIFIED SOLUTION
Avatar of hielo
hielo
Flag of Wallis and Futuna image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
hielo has it.

In your style.css file on line 35 h1 through h6 are told to clear: both.  Overriding this in the element style as hielo said should fix it.
hi

I can see the test blog in firefox, that entry title is appearing in right side of date... did you make any changes in the code? if not, please let me know I can provide you best solution,
Avatar of Kokko

ASKER

Thank you, hielo!

I thought I accepted yours as the solution on the same day I posted the question, but I guess I didn't do it right.  I'm sorry for the late response.

Again, thank you for the help!