move my site description down of header image. what is the css

  • Unknown's avatar

    move my site description down of header image. what is the css

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

  • Unknown's avatar

    Hi there, I’m not entirely sure I understand what you are wanting. If you are wanting to move the header image down so there is a gap above it, go to Appearance > Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS and adjust the 20px value as desired.

    #branding {
        margin-top: 20px;
    }
  • The topic ‘move my site description down of header image. what is the css’ is closed to new replies.