• Hi there,

    Want to shift an image and text higher up the page.

    Have stopped the entry-header and site-title from displaying already, but can’t figure out how I can get the content up higher.

    Site I need help with is jackallen.net

    Thanks,
    Jack

Viewing 1 replies (of 1 total)
  • Vamsi

    (@mannemvamsi)

    How much you want to shift upwards ?

    There is minimum height for .site-branding. Alter that.

    .site-branding {
        min-height: 0; /* 70px original */
        position: relative;
        z-index: 1;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Removing space above content’ is closed to new replies.