• Resolved SAGAR :)

    (@sagacrush)


    Hey,

    I want to help for, remove Whitespace in all single post –

    1. after post title and meta
    2. after post content end
    3. above footer

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Kavya Gokul (a11n)

    (@properlypurple)

    Hey @sagacrush! You an add some additional css as below for this. To start, you would go to Appearance > Additional CSS, and add the code below

    .singular.tw-title-no-border .hentry .entry-header {
      margin-bottom: 20px;
    }
    
    .singular .entry-top-meta {
      margin-top: 10px
    }
    
    .singular .site-main > article {
      margin-bottom: 20px;
    }
    
    @media only screen and (min-width: 652px) {
      .no-widgets .site-footer {
        margin-top: 10px;
      }
    }
    Thread Starter SAGAR :)

    (@sagacrush)

    Great, ??

    Thank you…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove Whitespace’ is closed to new replies.