Messy text appearing in posts

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by aster media, May 6, 2015.

  1. aster media

    aster media Member

    Joined:
    Mar 15, 2012
    Messages:
    408
    Likes Received:
    8
    How can I clean up the messy text appearing in posts? Thanks. Schermafbeelding 2015-05-06 om 01.29.06.png
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    li.post_comment {
      top: 16px !important;
      right: 15px !important;
      width: 301px !important;
    }
    .content-bar .post.blog .post_meta li.post_comment {
      background: url(images/b-comment-tealgreen.png) left 24% no-repeat;
    }
    Thanks,
    Praveen
     

Share This Page