Email Address and Website URL not diplaying properly

Discussion in 'GeoCraft WordPress Theme' started by frontpage, Feb 19, 2014.

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

    frontpage Member

    Joined:
    Dec 11, 2012
    Messages:
    38
    Likes Received:
    4
    The email addresses and website URLs that display in the business listing details have inappropriate capital letters displaying.

    There is another post in the forum regarding this and the solution was to add the following code to the custom CSS field:

    .depth_article .article_detail .tbl_des td {
    text-transform: initial;
    }

    This did not work for me. However, it may be beacause I had previously requested that the listing details fields be made longer to avoid text wrappint. The solution for this was to add the following code to the custom CSS filed (which worked perfectly):

    .depth_article .article_detail .ar_desc .label{
    width:130px;
    }

    I would like to incorporate both of these fixes to my client's site and I tried inserted both snippets of code in the CSS field, but that did not work.

    Site: http://www.esnportal.com

    Please help me make this change.

    Thanks.
     
  2. frontpage

    frontpage Member

    Joined:
    Dec 11, 2012
    Messages:
    38
    Likes Received:
    4
    Please disregard, I fixed this myself.....
     
Thread Status:
Not open for further replies.

Share This Page