• jweishaar

    (@jweishaar)


    I am using the tranlucent dreams template and i really like it. please check out my site at Small Business Internet Marketing However, I would like the content section (the white part) of the site to be moved up so that the header image is not as deep. Is this possible? If so, how would I go about making this change. My goal is to have more room for the content and less depth to the header image. I hope I am making my question clear.

    Thank you in advance for your response.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Michael

    (@alchymyth)

    edit style.css of your theme:

    #header {
    	margin:0 auto;
    	padding:0;
    	height:259px;
    	width:900px;
    	background-image:url(images/header.jpg);
    	background-repeat:no-repeat;
    	background-position:top center;
    }

    and change the number value of ‘height:295px;’

    you’ll be loosing the rounded white top edge of your content as this is part of the header.jpg image.
    although to compensate you could change the ‘background-position: center -85px;’ by the same amount that you decrease the header height.

    Thread Starter jweishaar

    (@jweishaar)

    Thanks for the suggestion. I didn’t like the way it looked so I put it back the way it was. Do you know if taking the header image, resizing it and putting it back in mighr accomplish what i am trying to do?

    Thanks in advance for your response.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Translucent dream template – customizable?’ is closed to new replies.