Results 1 to 4 of 4
  1. #1
    Join Date
    Dec 2008
    Posts
    2
    Plugin Contributions
    0

    Default My Layout Changes! Why? Help

    I am doing my website and I altered a free template a lot. Now My main issue is that the Layout changes from the first page to the rest of the pages. It gets squeezed in.
    Can anyone please take a look and let me know what I need to do. I greatly appreciate it.

    http://www.daddypaintball.com

    Like i said the main page looks fine, the rest of the pages... squeeze in.

    Thank you

    Eugene D

  2. #2
    Join Date
    Mar 2007
    Location
    AZ
    Posts
    1,911
    Plugin Contributions
    2

    Default Re: My Layout Changes! Why? Help

    Powered by is ZENCART or the powered by should be removed all together.

    Check your sidebox settings in admin to see what they are set for.

    Tina

  3. #3
    Join Date
    Dec 2008
    Posts
    2
    Plugin Contributions
    0

    Default Re: My Layout Changes! Why? Help

    In the column boxes? They are standard I guess.

  4. #4
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: My Layout Changes! Why? Help

    Adding this to the bottom of your stylesheet fixes the problem:
    Code:
    #navColumnOne {
    	width: 200px !important;
    	}
    From view source, it appears that you have in admin set #navColumnOne to a width of plain 175, and #navColumnOneWrapper to a width of 195px. CSS styling requires a unit for the dimension (width: 200 !important; doesn't work).

    With the left column not having a fixed width, the margin: auto; in #navColumnOneWrapper pushes out the sides when the main column doesn't have enough solid width to contain it.

 

 

Similar Threads

  1. Changes to layout boxes are not updating. Why?
    By ashleyquick in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 23 Mar 2010, 10:12 AM
  2. Some help with layout changes
    By rapro in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 26 Jan 2010, 10:17 AM
  3. Product Layout Changes - Need Help!
    By emtecmedia in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 2 Mar 2007, 05:03 AM
  4. Layout changes in I.E 7 help
    By ladygodiva in forum Templates, Stylesheets, Page Layout
    Replies: 21
    Last Post: 26 Jan 2007, 01:14 AM
  5. Product Layout Changes - Need Help!
    By emtecmedia in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 12 May 2006, 12:20 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