Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #43853
    Moellenkamp
    Participant

    How can I expand the space between the last post in the blogroll and the link “older post” (translation on the site “ältere Beiträge”). The link is placed very close to the last entry. (www.olaf-moellenkamp.de)

    #43865
    Sakin
    Keymaster

    @Moellenkamp: You can add the following css in “Appearance => Theme Options => Custom CSS” box. If you want more space, then you can increase padding top from 25px to whatever you want.

    #content nav#nav-below {
        padding-top: 25px;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Expanding space after last post’ is closed to new replies.