Move tags fromm top to bottom
-
Hello,
I would like to move my tags from the top of the post to the bottom of each post. I use the Chateau theme. My blog is http://storiesfromthestove.net/ . Many thanks in advance. Sophie
The blog I need help with is storiesfromthestove.net.
The blog I need help with is: (visible only to logged in users)
-
Hi Sophie,
Try adding this CSS:
/* Anchoring for the tags */ .post-content { position: relative; } /* Tags positioning */ .post-extras { position: absolute; bottom: 0; }
- The topic ‘Move tags fromm top to bottom’ is closed to new replies.