Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

Responsive Profile Layout

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Hey Guys

Hopefully a super simple question. In the profile section of the site I have
Name:
Bob Smith
Phone:
123 456
Postion:
Chef

How to i change it so i have
Name: Bob Smith
Phone: 123 456
Position: Chef

Thanks in advance
Ian
  • Iain Mace's Avatar
  • Iain Mace
  • LIfetime Developer - Big Bamboo
  • 60 posts
  • 1 Thanks
  • Karma: 2
The administrator has disabled public write access.
Is that in a custom html module?
If so it should be a case of editing the html

Do you have a link?

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Thanks Paul - standard Joomla profile. I will fire through the details on a support ticket (still on a dev link) - feel free to respond in the forum.
  • Iain Mace's Avatar
  • Iain Mace
  • LIfetime Developer - Big Bamboo
  • 60 posts
  • 1 Thanks
  • Karma: 2
The administrator has disabled public write access.
Hi

It will be easiest if we respond in the ticket - it can get a bit confusing for us other wise :)

I'll let Rob know

Cheers
paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Understood - no worries. Shhh don't mention my name - Rob will run for the hills.
  • Iain Mace's Avatar
  • Iain Mace
  • LIfetime Developer - Big Bamboo
  • 60 posts
  • 1 Thanks
  • Karma: 2
The administrator has disabled public write access.
:)
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Hi Iain,

I think this should fix the problem for you:
.dl-horizontal dt {
  float:left;
  margin-right:1em
}

You swap the margin-right and add a width if you want them all equal distance.

Regards,

Rob
  • Robert Went's Avatar
  • Robert Went
  • Moderator
  • 2210 posts
  • 196 Thanks
  • Karma: 90
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers