Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter ccarpinteri

    (@ccarpinteri)

    Hi @emilytk

    This is what’s in the CSS file:

    @media screen and (min-width: 1040px) {
    	.site-content .has-post-thumbnail .entry-header {
    		margin-top: -48px;
    	}
    
    	.archive-header,
    	.comments-area,
    	.image-navigation,
    	.page-header,
    	.page-content,
    	.post-navigation,
    	.site-content .entry-header,
    	.site-content .entry-content,
    	.site-content .entry-summary,
    	.site-content footer.entry-meta {
    		padding-right: 15px;
    		padding-left: 15px;
    	}
    
    	.full-width .archive-header,
    	.full-width .comments-area,
    	.full-width .image-navigation,
    	.full-width .page-header,
    	.full-width .page-content,
    	.full-width .post-navigation,
    	.full-width .site-content .entry-header,
    	.full-width .site-content .entry-content,
    	.full-width .site-content .entry-summary,
    	.full-width .site-content footer.entry-meta {
    		padding-right: 30px;
    		padding-left: 30px;
    	}
    }

    Thread Starter ccarpinteri

    (@ccarpinteri)

    Hi @emilytk, if there is a chance I can contact you offline? I cant post the website here for another few days. If that is ok, let me know how I can contact you. I am at <username>@gmail.

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