Reduce Space and Text Wrapping in Listing Details

Discussion in 'GeoCraft WordPress Theme' started by kossuk, Oct 13, 2013.

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

    kossuk Guest

    Joined:
    Jan 25, 2013
    Messages:
    42
    Likes Received:
    4
    I am trying to reduce the amount of space here (number 1 as shown in the image) and prevent the URL from wrapping (2).

    [​IMG]

    I guess, reducing the empty space will help prevent the text wrapping.

    Thanks

    Martin
     
  2. Gourav

    Gourav Support Staff

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

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .depth_article .article_detail .ar_desc .label{
    width:150px;
    }
    Adjust its value as per your requirements.
     
    jsal2 and kossuk like this.
  3. kossuk

    kossuk Guest

    Joined:
    Jan 25, 2013
    Messages:
    42
    Likes Received:
    4
    Perfect. Thank you.
     
Thread Status:
Not open for further replies.

Share This Page