Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #177067
    imajons
    Participant

    How do I get rid of the space between the header and the cover image? I have tried this:

    .page-id-214 #main .entry-title {
    	display:none;
    }
    .site-content.wrapper.content-area {
    	padding-top: 0px !important;
    }

    … but that isn’t doing it. Here is the page, http://new.klezmerconservatory.com/klezmer-conservatory-band/?preview=true&_thumbnail_id=43

    Thanks!

    Ima

    #177090
    tikaram
    Participant

    @imajons: Please add the following additional css.

    .page-id-214 .site-content .wrapper {
    	padding-top: 0 !important;
    }
    
    .page-id-214 .site-content .wrapper .content-area{
    	padding-top: 0 !important;
    }

    Let me know if this resolves your issue.

    Regards,
    Tikaram

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Cover image positioning’ is closed to new replies.