Comments: Older and New Comments links
-
if I list latest comments at the top it makes sense that the left right arrows which point to older and newer comments should be at the top. Can I use CSS to move from older and newer comments to the Top?
If yes what is the code?
The blog I need help with is: (visible only to logged in users)
-
Hi there, give the following a try and see what you think. I added a slightly opaque RGBA background color to make it stand out more since it sort of got lost. You can of course edit the background color, or remove it if you desire.
#comments .navigation { position: absolute; top: 0; width: 100%; background: rgba(255, 255, 255, 0.5); } #comments { padding-top: 70px; } -
-
- The topic ‘Comments: Older and New Comments links’ is closed to new replies.