Viewing 1 replies (of 1 total)
  • Thread Starter jeremyofmaine

    (@jeremy6857)

    UPDATE

    I used the following code to “solve” this.

    .alignfull {
    	margin-top: 0em !important;
    	margin-bottom: 0em !important;
    }
    
    @media (min-width: 700px)
    .post-inner {
        padding-top: 0rem;
    }
    .post-inner {
        padding-top: 0rem;
    }
    
    @media (min-width: 700px)
    .footer-top-visible .footer-nav-widgets-wrapper, .footer-top-hidden #site-footer {
        margin-top: 0rem;
    }
    .footer-top-visible .footer-nav-widgets-wrapper, .footer-top-hidden #site-footer {
        margin-top: 0rem;
    }

    I’m not wild about the !important tags, so if anyone else has a more elegant solution, please let me know.

Viewing 1 replies (of 1 total)
  • The topic ‘How to remove margin/padding/gap between covers’ is closed to new replies.