• I have figured out how to add a background image to my site title in the theme, so we have a full banner image across the top. The code I used was:

    #header {
    background: url(XXX);
    }

    .site-title {
    height: 418px;
    width: 1400px;
    }

    Is there anyway to make this scale down on smaller devices automatically?

  • The topic ‘Hueman Theme Background Header Image’ is closed to new replies.