• How do i make the header image clickable as a ‘Home’ button? Also there’s still a small gap on top which shows the background colour, how can i get rid of that? Cheers..

Viewing 4 replies - 1 through 4 (of 4 total)
  • you’re using kubrick aren’t you? I’ve always wondered about that image at the top…

    for your other problem try:

    <div id="banneridwhateveritis" onclick="location.href='URIofyoursite';" style="cursor: pointer;">

    You need to place it in your header.php or wherever the header image is located

    Thread Starter froots

    (@froots)

    Thanks alot jinsan 🙂

    Thread Starter froots

    (@froots)

    ok…i have a gap on the top and bottom too. Any way to make the header and footer image to go all the way? Yep..i’m using the Kubrick theme. Can’t see any other theme besides the classic one..

    looks good to me, or are you trying to stretch the footer and header so that the space above and below it are not there?

    I don’t know the “correct way to do it” but you can try adding:

    margin-top: -30px;

    to the body structure and to the footer add:

    margin-bottom: -20px;

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