• Hi, My problem is that I want to increase the height{length) of the header in my coffeecup theme. please do tell me how is it possible. I have just made my blog

    visit it omarjutt.co.cc

Viewing 6 replies - 1 through 6 (of 6 total)
  • What part do you want to make bigger? You can make the header bigger, but the actual images being used are a certain size, making the header bigger will result in blank space, unless you alter the images as well.

    Or do you mean just the text?

    Thread Starter chasing_eyes

    (@chasing_eyes)

    Thats it, when I will make the header bigger I will simply upload the bigger image for it. But my problem is how can I make my header bigger?

    Are you familiar with the firebug addon for the firefox browser? If you use firefox, you should give it a try. It allows you to point at different parts of your page to see what the corresponding part of your css file is to edit

    for instance, your header is controlled by <div id="header">

    in your style.css the corresponding section is

    #header{
    	position:relative;
    	width: 1000px;
    	height: 320px;
    }

    so you can simply increase the 320px to whatever size you would like to have a taller header

    Thread Starter chasing_eyes

    (@chasing_eyes)

    I’m not familiar with the firebug addon. I’m new at wordpress and web developing. Well I tried a lot with this addon to get the required result but haven’t succeeded yet. see that image

    My basic theme is like in ‘1’ and I want modify it so that it look like as in ‘2’ but unfortunately it looks like as in ‘3’

    Actually I want to move down the notebook so that there is enough space for my image but when i do so it breaks from the top.

    Thread Starter chasing_eyes

    (@chasing_eyes)

    I forget to close the image tag.

    see my image here

    Thread Starter chasing_eyes

    (@chasing_eyes)

    Also checkout the same i have done with my blog

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How can I increase the height of header in Coffeecup theme?’ is closed to new replies.