Shape 5

Joomla Templates => Risen Hope - Club => : fossa November 27, 2014, 06:43:25 AM



: Missing space between "Read more" and next article headline
: fossa November 27, 2014, 06:43:25 AM
In my site www.fakur.no, I'm not satisfied with the missing spacing between the end of article (or Read more button) and the next headline.
How to change this?

Kind regards
Olav


: Re: Missing space between "Read more" and next article headline
: mikenicoll November 27, 2014, 06:29:44 PM
Hello,

You should be able to add a simple margin-bottom css call to the coding below to add some more spacing.

:
com_content.css - line 369

p.readmore a.btn {
    border: medium none;
    box-shadow: none;
    color: #ffffff !important;
    cursor: pointer;
    display: inline-block;
    filter: none;
    font-size: inherit;
    line-height: inherit;
    text-align: left;
    text-shadow: none;
    text-transform: none;
}