Results 1 to 6 of 6

Thread: How to make custom form data less crowded

  1. #1
    Expired Customer gonesmith's Avatar
    Join Date
    Jun 2012
    Posts
    764
    Thanks
    50
    Thanked 202 Times in 137 Posts

    How to make custom form data less crowded

    I just though I would offer this to anyone who, like me, is using a lot custom fields for their listings. I noticed that when there are a lot of custom fields on the listing, particularly paragraphs, it starts to look very crowded and can be difficult to distinguish between each field - especially since the title of the field is exactly the same as the content of each field. Even worse, when the browser window is narrow, everything is squashed in to a column about 120px wide, making the listing very tall.
    Insert this code into you child theme's style sheet and you get a small margin between each custom field, plus it allows the custom field data to go underneath the image (see pics)
    Code:
    /* Custom field data */
    
    .listing-fields {
    	margin: 25px 0;
    	overflow: visible;
    }
    
    .listing-fields p {
    	margin:10px 0 0 0;
    }
    Before:Screen shot 2012-08-09 at 11.02.56 PM.png Screen shot 2012-08-09 at 11.03.12 PM.png

    After:Screen shot 2012-08-09 at 11.03.41 PM.png Screen shot 2012-08-09 at 11.03.54 PM.png

    Oh, and if anybody knows how to make the title of each custom field bold, please share.

  2. The Following User Says Thank You to gonesmith For This Useful Post:

    jblackwell5338 (August 9th, 2012)

  3. #2
    jblackwell5338's Avatar
    Join Date
    Aug 2012
    Location
    United States
    Posts
    104
    Thanks
    5
    Thanked 2 Times in 1 Post
    You must be an AppThemes customer and logged in to view this response. Join today!

  4. #3
    Expired Customer gonesmith's Avatar
    Join Date
    Jun 2012
    Posts
    764
    Thanks
    50
    Thanked 202 Times in 137 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  5. #4
    Veteran annonse's Avatar
    Join Date
    Jun 2011
    Location
    Norway
    Posts
    439
    Thanks
    58
    Thanked 62 Times in 44 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  6. The Following User Says Thank You to annonse For This Useful Post:

    gonesmith (September 5th, 2012)

  7. #5
    iconnectedmedia's Avatar
    Join Date
    Nov 2012
    Location
    United States
    Posts
    19
    Thanks
    0
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  8. #6
    tcarter's Avatar
    Join Date
    Jun 2011
    Location
    United States
    Posts
    424
    Thanks
    15
    Thanked 91 Times in 77 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Classipress problem inserting custom feilds into form data
    By edlundm in forum ClassiPress General Discussion
    Replies: 2
    Last Post: December 14th, 2011, 09:09 PM
  2. save contact form data in the database
    By foundationmedia in forum ClassiPress General Discussion
    Replies: 1
    Last Post: July 20th, 2011, 07:45 AM