Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #124658
    bjbarker
    Participant

    Once again, I can promise you that I have spent time searching your forum and site instructions before posting here.
    I have set Home as the Front Page and Our Blog as the Posts page.
    I inserted my Header Image and adjusted CSS to the current height.
    What I would like to do is retain this (current) height for all other pages but style the Home Header Image to a larger height.
    Am I making sense?
    http://elsflowers.ie

    bjbarker

    #124722
    Mahesh
    Keymaster

    @bjbarker: Add the following CSS:

    @media screen and (min-width: 991px) {
        .home #site-branding {
            min-height: 250px;
        }
    }

    Regards,
    Mahesh

    #124749
    bjbarker
    Participant

    Excellent.
    Much obliged,
    Brian.

    #124752
    Mahesh
    Keymaster

    @bjbarker: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Header Image’ is closed to new replies.