Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    this CSS will fix it

    .blog-post-single-content {
        padding: 65px 55px;
        margin-bottom: 0px;
        overflow: hidden;
        padding-bottom: 33px;
    }
    Thread Starter tylerfrat

    (@tylerfrat)

    Hi Sterndata,
    Thank you so much. That did work for the social share part but now there is a big space under my featured image in the mobile version.

    Any ideas on how to fix this?

    Thanks again,
    Tyler

    Try this

    .content-related-post {
      margin-bottom: 0 !important;
      padding-bottom: 10px;
    }
    .content-comment {
      padding-top: 0px;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove space from below social share’ is closed to new replies.