how to give a litle space to phone numbers showed in a listing spage,

Discussion in 'GeoCraft WordPress Theme' started by asaran, Apr 14, 2015.

  1. asaran

    asaran Member

    Joined:
    Jan 27, 2014
    Messages:
    83
    Likes Received:
    0
    hello, how can a give phone numbers i litle space between each other? i want the to have space between each other
     
  2. sameerwalkar

    sameerwalkar Guest

    Hi,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard


    Code:
    .depth_article .article_detail .ar_desc td a {
      LETTER-SPACING: 0.09EM;
    }
    Hope it will solve your issue. Let me know if have further any doubts.
     
  3. sameerwalkar

    sameerwalkar Guest

    Hi,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard

    Code:
    .depth_article .article_detail .ar_desc td a {
      LETTER-SPACING: 0.09EM;
    }
    Hope it will solve your issue. Let me know if have further any doubts.
     

Share This Page