Space between member custom profile fileds (Biography, location....)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • reddyink
    Member
    • Aug 2007
    • 69
    • 4.1.x

    [vB4] Space between member custom profile fileds (Biography, location....)

    By default all the profile fields are placed one after the other without any break
    Biography, location and any custom fields.

    I would like put a space between these fields and start the next field as a new paragraph.
  • Zachery
    Former vBulletin Support
    • Jul 2002
    • 59097

    #2
    What do you mean? Where do you see this?

    Comment

    • reddyink
      Member
      • Aug 2007
      • 69
      • 4.1.x

      #3
      Thank you for the reply. Go to your profile http://www.vbulletin.com/forum/member.php/19405-Zachery and click on About Me. All the fields and bundled without any para break.

      Comment

      • Zachery
        Former vBulletin Support
        • Jul 2002
        • 59097

        #4
        All my profile fields show each on their own line.

        Comment

        • McAtze
          New Member
          • Oct 2009
          • 25
          • 4.2.X

          #5
          i tried the same .. but i failed.

          i would show it like:

          About XXX

          Location: xxx
          Occupation: xxx
          Interests: xxx
          vBulletin Version: 1.1.x
          ..
          at the moment in default style it shows like ..

          About XXX
          Location
          xxx
          Occupation
          xxx
          Interests
          xxx
          vBulletin Version
          1.1.x
          ..

          Comment

          • Trevor Hannant
            vBulletin Support
            • Aug 2002
            • 24376
            • 5.7.X

            #6
            Add this to additional.css:

            Code:
            .profile_content .subsubsectionhead.first{
                margin-bottom: 10px;
            }
            Vote for:

            - Admin Settable Paid Subscription Reminder Timeframe (vB6)
            - Add Admin ability to auto-subscribe users to specific channel(s) (vB6)

            Comment

            • McAtze
              New Member
              • Oct 2009
              • 25
              • 4.2.X

              #7
              THX .. the spacer works, but i tried also to show the details like ..

              About XXX

              Location: xxx
              Occupation: xxx
              Interests: xxx
              vBulletin Version: 1.1.x
              ..
              Its in the template "memberinfo_block_profilefield" .. but i cannot change the "{vb:raw block_data.fields}" .. What can i do ??

              Comment

              Related Topics

              Collapse

              Working...