Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #9488
    egnalc
    Participant

    Can an image be placed in the header area to take up the entire header. I know the logo upload only takes up a certain amout of space but I want cover the entire header area.

    #9490
    joecool3216
    Participant

    Yes it can. Add the following CSS to the custom CSS under Theme Options. I am still trying to figure out where to change the responsive coding.

    Change the padding to your desired border…leave at 0 if yo don’t want a border.


    @media
    screen and (min-width: 1060px) {
    #site-logo { padding-top: 0px; }
    #hgroup-wrap { padding-left: 0px; padding-bottom: 0px; padding-right: 0px;}
    }

    I hope this helps.

    #9500
    Sakin
    Keymaster

    @egnalc: For Catch Mustang Theme. I am confused weather it’s through out the header where it have black gradient. Or you just want to make the header logo cove the header wrapper. If only header wrapper then first update the header image with minimum width size 978px and then add the following CSS in “Appearance => Theme Options => Custom CSS box.

    #header-content, #site-logo, #site-logo a img {
        padding: 0;
    }


    @joecool3216
    : Thanks for your help but that is for different theme. The css depends on the Theme that you are using.

    #9518
    egnalc
    Participant

    I want the header logo to cover the entire header. It is much easier for me to just put an image of a clients business card as the header as opposed to uploading the logo then adding the phone number on the right. I would suggest that templates have that ability without having to do any coding. It is not just about your templates, its about all templates I see over the internet. Most business websites should have that contact information view-able from the homepage. I know when I do business on the web I want to know that information right away and if it isn’t where I can see it, I’m moving on. Just my two cents on this…. Thanks

    #10253
    egnalc
    Participant

    Can you please look at my site, gcautocare.com, I inserted the image in the header but it is oversized. What should the pixels of the image be to cover the entire header area.

    #10278
    Sakin
    Keymaster

    @egnalc: You have to add the header image of width 978px and height as per you need.

    #10287
    egnalc
    Participant

    ok, so if I’m looking at the header without my logo just the stock image that comes with the template what is the height?

    Also, when I add my logo there are choices at the bottom to small medium or large, if I am setting the pixels do I need to pick one of those settings?

    Thanks

    #10300
    Sakin
    Keymaster

    @egnalc: it’s height is just 79px.

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