• Resolved robsbots

    (@robsbots)


    I am using the Holi theme which is based on TwentyThirteen.

    I would like to used a header graphic, and then add a logo image on top of that, to the left of the title/tag line.

    The image should stick to the left of the screen but not be cut off when the page is resized.

    Is there any way to do this ?

    Thanks.

Viewing 16 replies (of 16 total)
  • Thread Starter robsbots

    (@robsbots)

    Hi Ross.

    I have now solved the issue with resizing the height of the banner to conform with the images.
    I needed to add some css to the media switches as below.

    @media (max-width: 1599px) {
    .site-header .home-link {
        mini-height: 230px;
    }
    .site-header {
        background: url("https://www.healthandbooty.co.uk/wp-content/uploads/2014/09/header1600x230.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    }
    }

Viewing 16 replies (of 16 total)
  • The topic ‘[Theme:Holi] Add logo image to header’ is closed to new replies.