Forums

How to increase page height? (7 posts)

  1. astriv
    Member
    Posted 1 year ago #

    I removed the header picture i had in there because it shows up in every page so now it's blank but i don't know how i can increase the height of the page so that there won't be any space between the page and the menu.

    Here is my site:
    http://www.manilacitycondo.com/

  2. wrool
    Member
    Posted 1 year ago #

    u mean u need to remove the gap between ur logo and menu right?

  3. astriv
    Member
    Posted 1 year ago #

    Yes, that's what i meant.

  4. wrool
    Member
    Posted 1 year ago #

    #header {
    background url('http://i209.photobucket.com/albums/bb303/astridriv/programs/edited.jpg') no-repeat 10px 0;
    height: 40px;
    padding:19px 0px;
    margin:0 auto;
    width:960px;
    }

    go to style.css of ur theme and find #header and in that change the height to 40px... after you are done it will look like the above code :)

  5. astriv
    Member
    Posted 1 year ago #

    I found what's causing it and it's not in the #header in the stylesheet.
    It was in the functions.php:

    <?php

    //define('HEADER_TEXTCOLOR', '');
    define('HEADER_IMAGE', '%s/images/default.jpg'); // %s is theme dir uri
    define('HEADER_IMAGE_WIDTH', 940);
    define('HEADER_IMAGE_HEIGHT', 20); <--------THIS ONE
    //define( 'NO_HEADER_TEXT', true );

    function pixel_admin_header_style() {
    ?>

    I'm happy that it's not fixed.
    Thank you for taking the time for answering my question :)

  6. astriv
    Member
    Posted 1 year ago #

    *now fixed.

  7. wrool
    Member
    Posted 1 year ago #

    hmmmm i misunderstood your question then :D :D

Topic Closed

This topic has been closed to new replies.

About this Topic