Listing Detail Formatting Question

Discussion in 'GeoCraft WordPress Theme' started by frontpage, Dec 27, 2013.

Thread Status:
Not open for further replies.
  1. frontpage

    frontpage Member

    Joined:
    Dec 11, 2012
    Messages:
    38
    Likes Received:
    4
    I am sure that this has been addressed before, but since I could not find it I wanted to start a new post related to the formatting of the listing details content.

    Currently the business listing details in the GeoCraft theme display in a nice gray box to the right of the main listing image. This is where all of the custom field content is displayed.

    I have run into a few issues with the formatting and would like to know if it is possible to correct the problems.

    1. I have noticed that the Field Title displays to the left in the listing details box and the "content" displays to the far right. This leaves a great deal of space between the field title and the field content. This may not be an issue all the time, however, if you have a listing with a long email address or long URL path, the address or URL are continued on a second line. To me, this does not look good nor does it look professional. Is there a way to change this so that the field content displays further to the left so that email addresses and longer URLs can be displayed on one line?

    2. Address formatting. I am located in the US and so are my clients. In the US addresses are formatted like this:

    123 main st.
    anytown, NY 12345

    The GeoCraft theme displays the addresses on a single line. This causes the addresses to display in random ways (many times on multiple lines, but not formatted properly) and does not look professional at all. Is there a way to change the formatting so that the addresses display as per the layout above?

    Thank you in advance for your assistance.
     

    Attached Files:

  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    1.
    Paste this code in Custom CSS
    Geocraft Settings > Theme Option > Styling Option > Custom CSS

    Code:
    .depth_article .article_detail .ar_desc .label{
    width:130px;
    }
    2.
    Unfortunately there isn't a way to do that with our theme unless you custom code something up. Sorry.



    Thanks & Regards
    Gourav Shrivastava
     
  3. frontpage

    frontpage Member

    Joined:
    Dec 11, 2012
    Messages:
    38
    Likes Received:
    4
    Thanks Gourav I will test this later today.
     
Thread Status:
Not open for further replies.

Share This Page