Change position of date
-
Okay—-one last question for now! Sorry if I’m becoming annoying!!! Is there any way (in Vigilance theme) that I can change the position of the date for each entry—I would like to put it next to the entry title instead of below it. I want there to be a little bit of space in between the entry title and the date, though.
Thanks!!!
The blog I need help with is: (visible only to logged in users)
-
Hmm, there are probably a few different ways to approach that. Try starting with this:
.post h2 { float: left; padding-right: 10px; } .post .date { padding-top: 5px; }
- The topic ‘Change position of date’ is closed to new replies.