parabool

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Get rid of white space between content and footer #112762
    parabool
    Participant

    Another useful trick, if Pencil/Edit button disturbs you previewing pages, when logged in as admin, you can hide Edit link using such css code:
    .entry-meta > span {
    display: none;
    margin-right: 1em;
    }

    in reply to: Get rid of white space between content and footer #112761
    parabool
    Participant

    Searched most forums here, seems css code for other themes, works also well for Anima.
    Tested, works also with Roseta.
    Remove white space between content and footer:
    article.hentry, .main .content-widget {
    display: block;
    position: relative;
    margin-bottom: 0em;
    }

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