• I have tried several things to add some distance between the news release contact and the bottom bar.

    I have tried these and none of them worked.

    .nooz-release__contact.mailto-link {margin-bottom: 20px !important;}
    .nooz-release__contact {margin-bottom: 20px !important;}
    .mailto-link {margin-bottom: 20px !important;}
    .nooz-release__contacts.nooz-release__contact {margin-bottom: 20px !important;}

    What’s weird is:

    .nooz-release__ending {margin-bottom: 20px;}

    Added space below the three hash tags, but above the nooz-release__contact.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor farinspace

    (@farinspace)

    I would recommend you use the following:

    .nooz-release__content {
        padding-bottom: 40px;
    }
    

    The above will add space at the bottom, the “nooz-release__content” css class is attached to a DIV tag that wraps the entire press release content.

    Plugin Contributor farinspace

    (@farinspace)

    By the looks of it, it seems the above worked out for you. Do let me know if you have any more questions that I can help you with.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Space at bottom of release’ is closed to new replies.