• Hello
    Does anyone know how to remove the space that is above my homepage title (Psychiatry Advice)?
    Or alternatively, if that is a header, how I can move the title, subtitle and menu into it?

    My website (still very much in its infancy) is: https://psychiatryadvice.com

    I’m using twentysixteen-child theme.

    Thanks so much!

Viewing 4 replies - 1 through 4 (of 4 total)
  • lisa

    (@contentiskey)

    try making the change to the css code
    (use a child theme or css editor plugin)

    @media screen and (min-width: 61.5625em){
    
    .site-header {
        padding: 5.25em 4.5455%;
    }
    
    }
    Thread Starter kkpb8084

    (@kkpb8084)

    Hi
    I pasted your suggested code into my style.css in my child theme, but it didnt make any difference.

    Any other suggestions?

    Thanks!

    hi kkpb

    try this one..

    div#page {
    margin: 0;
    }
    header#masthead {
    padding: 0;
    }

    Thread Starter kkpb8084

    (@kkpb8084)

    Perfect!
    Thanks so much ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove space at top of website’ is closed to new replies.