Help with position of tags when viewing blog.
-
I have purchased the Custom CSS upgrade for the Chateau theme.
I’m wondering if it’s possible to change where the ‘tags’ come up (right now they are in left margin and I’d rather them appear below each post).
If the location can’t be changed, is it possible to still tag a post, but have it not appear on the blog?
Thanks!
The blog I need help with is: (visible only to logged in users)
-
As you haven’t received a response yet I’m posting only to bump this thread onto the front page of the forum where those who help with CSS see it and help you.
-
It can be done, but you might be happy with the results. The way that element is designed, the word “Tags” and the tags list are two separate paragraphs and it would be difficult to get them onto the same line. Here is what it would look like.
If you are alright with that, let me know and I can work out the CSS for you.
-
-
-
The following should do the trick for you. For the selectors that you already have in your custom CSS, you can add the new stuff I’ve got below into them (preferred option so everything is together) or you can just paste this at the bottom of your CSS.
.post-content { position: relative; padding-bottom: 70px; } .post-extras { position: absolute; bottom: 15px; width: 100%; padding: 0; float: left; text-align: left; left: 175px; } .post-extras p, .post-extras strong { float: left; }
- The topic ‘Help with position of tags when viewing blog.’ is closed to new replies.
