PDA

View Full Version : Making Profile Fields in Profiles Inline


Amaury
08-24-2013, 03:13 AM
Currently, it's like this:
Location:
Washington

We want it like how Date of Birth is:
Location: Washington

Another admin and I looked through the templates, especially the memberinfo templates, but it looks like the source comes from the vBulletin system files, so how can we make the changes we want?

WorldCraft
08-24-2013, 03:26 AM
This should work now, I looked around in the templates a bit, and it looks like the content of the about me is kept in a vb:raw variable, so this css should be a better option.

#view-aboutme dt {
float:left;
width: /*Enter the preferred width*/;
}