• ajay17

    (@ajay17)


    This probably isn’t hard to do at all. I’m trying to edit the Dark Maple template for my blog. So far I’ve replaced the image up top and I have changed the BG color. My new image is smaller than the one that came with it so there is blank space below it. Could someone edit it for me real quick to get rid of that blank space. Here is the page

    actual page
    http://www.ajay17.com

    The WordPress template I need edited
    http://www.ajay17.com/test

Viewing 3 replies - 1 through 3 (of 3 total)
  • Minna

    (@minna)

    Look for this in your stylesheet (style.css) for that template:
    #masthead {
    background-image: url('images/bigleaf_a3.jpg'); /*header image*/
    background-position: top left;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: #241E21;
    height: 241px;
    border-bottom: 1px solid #241E21;
    }

    You need to change the height to match the image you’re using as a new header image
    Edit That’d be 174px 🙂

    moshu

    (@moshu)

    Change the height value (presently 241px) of the #masthead in your style.css according to th height of your pic.

    Thread Starter ajay17

    (@ajay17)

    That worked. Thanks slot guys

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Could someone help me out real quick’ is closed to new replies.