Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 2007
    Posts
    3
    Plugin Contributions
    0

    Default I have this white block blocking my view of the header.

    Well, i was changing the header_bg.jpg and then i thought everything was gonna be good. Um not.. u see:

    http://www.pandafia.com/ (please watch)

    i have this ewhite block before the background what am i gonna do to remove this?

  2. #2
    Join Date
    Nov 2007
    Posts
    78
    Plugin Contributions
    0

    Default Re: I have this white block blocking my view of the header.

    The white block is an image with a link to your website.

    Right now you have a main logowrapper div with your image background, and then an image that is 300px on top of it. Not sure why one image is a different colour, but you need to remove the image from your tpl_header.php file.

  3. #3
    Join Date
    Aug 2007
    Posts
    8
    Plugin Contributions
    0

    Default Re: I have this white block blocking my view of the header.

    Try opening your stylesheet locate in /includes/templates/classic(or your override name here)/css
    Once in your stylesheet look for a logoWrapper similar to this -->

    #logoWrapper{
    background-image: url(../classic/images/header_bg.jpg);
    background-repeat: repeat-x;
    background-color: #BBD17E;
    float:left;
    height:160px;
    width:600px;
    }

    I suggest that you adjust your width with

    width:****px;

    replace ****with your value. If you don't know what value to use just add a number (larger than what it is originally set to) and go to your site and view it. If it isn't the right size change the value even larger until you get the size you want. This is what I ended up doing. I ended up with the value of 600. Time consuming but it works.

 

 

Similar Threads

  1. Block view Page Source
    By NWCE in forum General Questions
    Replies: 2
    Last Post: 17 Oct 2010, 07:08 PM
  2. trying to remove the white strip above my header
    By mccormr7 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 27 Apr 2009, 02:06 PM
  3. white space in the header
    By yoyodyne in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 8 Sep 2008, 05:31 PM
  4. i need to remove this white space above my header image
    By what44 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 18 Nov 2007, 06:43 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg