test
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • hbf1000 Friend
    #182100

    Hi All,

    I’d like to increase the space between Read More and the next article title.

    Please see sample URL here: http://www.concurseiro10.com.br/agente-prf-policia-rodoviaria-federal.html and search for text Leia Mais (Read More in portuguese)

    See that this text is so close to next article title. Then, I need more spacing here.

    Where should I edit in order to do this ?

    Tks

    pavit Moderator
    #472456

    Hi

    Try in this way

    in this file /templates/ja_social/css/template.css around line 41 now you have

    p.readmore {
    background: url("../images/readon-bg.gif") repeat-x scroll left bottom transparent;
    border: 1px solid #DDDDDD
    float: left;
    font-weight: bold;
    padding: 2px 6px;
    }

    Add this line margin-bottom: 20px !important;

    So the new code will be

    p.readmore {
    background: url("../images/readon-bg.gif") repeat-x scroll left bottom transparent;
    border: 1px solid #DDDDDD
    float: left;
    font-weight: bold;
    margin-bottom: 20px !important;
    padding: 2px 6px;
    }

    Regards

    hbf1000 Friend
    #472492

    That fixed the issue, tks a lot.

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  hbf1000 12 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum