Results 1 to 6 of 6
  1. #1
    Join Date
    Oct 2005
    Location
    Eastern US
    Posts
    488
    Plugin Contributions
    0

    Default Pages are misaligned

    Hey All,
    I have an alignment problem on my 1.3.7 site. I am rebuilding from the ground up, and have only made template changes thus far.

    You can see the problem here:

    www.naturewearorganics.com/store_v136

    Even a gentle nudge in the right direction would be much appreciated!
    Best,
    Audra : )

  2. #2
    Join Date
    Jun 2003
    Posts
    33,720
    Plugin Contributions
    0

    Default Re: Pages are misaligned

    Correct the Logo dimensions in includes/languages/english/YOUR_TEMPLATE/header.php and see if that doesn't help.
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  3. #3
    Join Date
    Oct 2005
    Location
    Eastern US
    Posts
    488
    Plugin Contributions
    0

    Default Re: Pages are misaligned

    Hmmm, I'm baffled. I don't know css, so in order to get a look at what changing different dimensions would do, I changed
    Code:
    define('HEADER_LOGO_WIDTH', '50px');
    define('HEADER_LOGO_HEIGHT', '50px');
    to
    Code:
    define('HEADER_LOGO_WIDTH', '50px');
    define('HEADER_LOGO_HEIGHT', '50px');
    I figured that a major change in size would let me see what I was messing with, and then I could make reasonable adjustments once I knew what to look at. There was no difference in the header logo appearance when I changed the dimensions to 50px X 50px

    I don't get it

    Anyone care to enlighten the ignorant (that would be me : )

    Any ideas appreciated,
    Audra

  4. #4
    Join Date
    Jun 2003
    Posts
    33,720
    Plugin Contributions
    0

    Default Re: Pages are misaligned

    Ah - I should have checked the stylesheet first -

    #logoWrapper {
    width: 100%;
    height: 80px; <<<the problem
    background-image: url(../images/header.jpg);
    background-repeat: no-repeat;
    }
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  5. #5
    Join Date
    Oct 2005
    Location
    Eastern US
    Posts
    488
    Plugin Contributions
    0

    Default Re: Pages are misaligned

    Yeah, OK. What I meant to say was this:

    I changed
    Code:
    define('HEADER_LOGO_WIDTH', '139px');
    define('HEADER_LOGO_HEIGHT', '108px');
    to
    Code:
    define('HEADER_LOGO_WIDTH', '50px');
    define('HEADER_LOGO_HEIGHT', '50px');

    Makes a bit more sense in the context of my post, lol!

    Audra

    Posting at the same time as you were Kim. I'm playing w/ the logowrapper now. Will report back : )

    Thanks!
    Last edited by audradh; 17 Jan 2007 at 02:48 AM.

  6. #6
    Join Date
    Oct 2005
    Location
    Eastern US
    Posts
    488
    Plugin Contributions
    0

    Default Re: Pages are misaligned

    Thanks again Kim! That solved it

 

 

Similar Threads

  1. v152 Why are define pages editor and EZ pages separate?
    By sports guy in forum General Questions
    Replies: 3
    Last Post: 1 Jan 2014, 04:25 PM
  2. Replies: 1
    Last Post: 30 Nov 2011, 07:00 PM
  3. Why is my product pages and category pages are missing http headers?
    By benray in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 30 Nov 2011, 05:30 PM
  4. I've Broke My Site! Pages have gone all misaligned since adding ezpage tabs
    By ---kate--- in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 6 Feb 2009, 12:58 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