Results 1 to 7 of 7
  1. #1
    Join Date
    Jul 2008
    Location
    Hu-Nei County, Taiwan
    Posts
    34
    Plugin Contributions
    0

    Default header wrapper; logo wrapper

    Hi guys,
    www.wisdomtravelers.com

    My header_bg.jpg shows only in the logo wrapper?! How can I change it to show in the header wrapper?!
    I can't change the background color of the header back to white! Why is that?
    Pleeeaaaase help soon!
    The picture is 760x110.
    And FF behaves strange
    peace and love

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: header wrapper; logo wrapper

    Start by getting rid of the stylesheet_last.css file - change the extention to anything but .css as all .css files are parsed in order.

    This may correct some things
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Jul 2008
    Location
    Hu-Nei County, Taiwan
    Posts
    34
    Plugin Contributions
    0

    Default Re: header wrapper; logo wrapper

    Quote Originally Posted by kobra View Post
    Start by getting rid of the stylesheet_last.css file - change the extention to anything but .css as all .css files are parsed in order.

    This may correct some things
    Did that, was helpfull with the background....
    Still, the header_bg.jpg problem is not solved.

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: header wrapper; logo wrapper

    It is displaying...

    Expand on what your issue is
    Zen-Venom Get Bitten

  5. #5
    Join Date
    Jul 2008
    Location
    Hu-Nei County, Taiwan
    Posts
    34
    Plugin Contributions
    0

    Default Re: header wrapper; logo wrapper

    Quote Originally Posted by kobra View Post
    It is displaying...

    Expand on what your issue is
    That is strange... I have 3 computers at home and on all computers I have the picture not fully shown in the header! I have some space in white on the right side.
    Like the picture is only shown in the logo wrapper and not in the header wrapper. That's what I can read out of the FF development add on.

  6. #6
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: header wrapper; logo wrapper

    I am viewing at 1024 and your image is only 760px - and displays as such you can re-do the image and make wider or try this

    Code:
    #logoWrapper {
        width: 100%;
        height: 110px;
        background-color: #ff9900;
        background-image: url(http://www.wisdomtravelers.com/header_bg.jpg);
        background-repeat: no-repeat;
        text-align: auto;
        }
    To avoid later issues you should also use relative links for images

    Place images in includes/templates/your_template/images dir and use this to access
    Code:
    background-image: url(../images/header_bg.jpg);
    Zen-Venom Get Bitten

  7. #7
    Join Date
    Jul 2008
    Location
    Hu-Nei County, Taiwan
    Posts
    34
    Plugin Contributions
    0

    Default Re: header wrapper; logo wrapper

    Thanks a lot,
    your background color did the trick. I am very happy you solved it.

 

 

Similar Threads

  1. v151 Catagory logo wrapper
    By billt in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 6 Feb 2013, 05:22 AM
  2. Header / Logo Wrapper swap
    By shanesoine in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 2 Dec 2010, 04:49 PM
  3. modifying Logo wrapper with my HTML
    By RobertG in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 9 Jan 2010, 12:27 AM
  4. Logo Wrapper Header Image
    By gixxer1000stunna in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 9 Sep 2009, 10:39 PM
  5. How to remove red X logo wrapper?
    By melindaf in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 3 Aug 2009, 08:18 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