Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2006
    Location
    New Jersey, USA
    Posts
    118
    Plugin Contributions
    0

    Default Making Logo almost full width of header

    I know I saw it somewhere, but I can't find it now. I wanted to change the look of the header -- and I am really new to css's and php's.
    So I did this to header.php:
    // added defines for header alt and text
    define('HEADER_ALT_TEXT', 'The MagicFoxxx Den :: All things foxy.');
    define('HEADER_SALES_TEXT', '');
    define('HEADER_LOGO_WIDTH', '750px');
    define('HEADER_LOGO_HEIGHT', '129px');

    define('HEADER_LOGO_IMAGE', 'logofox.jpg');
    define('HEADER_LOGO_FLOAT', 'center');

    and this to my stylesheet:
    #logoWrapper{
    background-image: url(../images/blackslice.jpg);
    background-repeat: repeat-x;
    background-color: #ffffff;
    height:129px;

    And now I can't find where I set the width of the page. (800? 850?)

    I am only local so no URL to give you. I hope I got the image attached.

    Since I'm here, where do I go to change the font color for the ezpages nav bar in the header?

    Thanks
    John
    Attached Images Attached Images  

  2. #2
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Making Logo almost full width of header

    The page width is defined in #mainWrapper

    The EZ-Pages links at the top take the default link color defined for a:link and a:hover, unless you explicitly define them to be different by adding #navEZPagesTop a:link and #navEZPagesTop a:hover
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

 

 

Similar Threads

  1. Making header/logo work in percent
    By Lady Loza in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 16 Oct 2011, 11:06 PM
  2. Full Width Header with Centered Product Page
    By SilverStreams in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 22 Apr 2010, 09:34 AM
  3. full screen header on page with fixed width
    By Raduzz in forum General Questions
    Replies: 3
    Last Post: 4 Feb 2010, 02:38 AM
  4. Logo Full Width - Glacial Age template
    By RiverCity in forum Addon Templates
    Replies: 2
    Last Post: 6 Jul 2009, 06:54 PM
  5. Gap in Header & Logo / need full border around table
    By lancebotha in forum Templates, Stylesheets, Page Layout
    Replies: 24
    Last Post: 12 Jul 2006, 02:28 AM

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