vaibhavjain Hi Guys, Can any anyone help me for displaying name in the discussion list below the avatar. Just Like this
Pollux vaibhavjain Try this as a starting point: .DiscussionPage .username { position: absolute; left: -115px; top: 70px; width: 120px; text-align: center; } This can be adjusted for the .IndexPage.
Pollux vaibhavjain There it's nearly the same, that's why I wrote: Pollux This can be adjusted for the .IndexPage. Take this: .IndexPage .username { position: absolute; left: -25px; top: 50px; width: 85px; text-align: center; }