Remove Contact Overlap

  • Unknown's avatar

    Hi, how do I remove the overlap on contact page between content and feature photo?

    Also, can I move the photo down from the menu a little bit? The image is getting cut off.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi, add this to your custom CSS to take away the content overlap on the featured image on the contact page.

    @media screen and (min-width: 850px) {
    	.page-id-6836 .content-wrapper.full-width.with-featured-image {
    		margin-top: 0;
    	}
    }

    This will fix the image top issue for you.

    .page-id-6836 .hero {
    	margin-top: 20px;
    }
  • The topic ‘Remove Contact Overlap’ is closed to new replies.