Moving share bar to top of post
-
Hi,
I use the Adventure Journal theme and was wondering if there is any way I could move the tag bar and the share bar to the top of the post rather than at the bottom? Is there are a way to do this using css?
Just thought I’d see if there is.
Thanks!
The blog I need help with is: (visible only to logged in users)
-
Give this a try:
.entry-content { position: relative; padding-top: 44px; } div.sharedaddy { display: block; position: absolute; top: 0; width: 100%; } -
- The topic ‘Moving share bar to top of post’ is closed to new replies.