Results 1 to 4 of 4
  1. #1
    Join Date
    Sep 2009
    Location
    Victoria
    Posts
    88
    Plugin Contributions
    0

    Default Side Box Header Not Lining Up Properly

    I am using Zen Cart 1.3.8

    I am having trouble trying to figure out why my category side box heading is not meeting the thin inside line properly.

    To see what I mean visit my site at: http://passionsignite.com.au/zen-car...eset-12112007/

    Can anyone help me fix this problem.

    I know that most people might not notice this but I'm a bit of a perfectionist.

    To me it really stands out.

    It's meeting the out side line properly but not the inside thin box line.

    Any suggestions or solutions?

  2. #2
    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    2,279
    Plugin Contributions
    0

    Default Re: Side Box Header Not Lining Up Properly

    bread crumb is overlapping .
    add this to end of your stylesheet.css

    #navBreadCrumb {
    margin-left : 0.5em;
    }

    hope this helps.

  3. #3
    Join Date
    Sep 2009
    Location
    Victoria
    Posts
    88
    Plugin Contributions
    0

    Default Re: Side Box Header Not Lining Up Properly

    Quote Originally Posted by tony_sar View Post

    #navBreadCrumb {
    margin-left : 0.5em;
    }
    It helped very much.

    It looks a lot better now.

    Thank you very much for such a quick reply Tony.

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

    Default Re: Side Box Header Not Lining Up Properly

    Which "thin inside line"? Do you mean the border to the left of the categories box, where it is doubled as compared to the right sideboxes? This disparity is caused partly by the sideboxes having borders all around, and partly by the sidebox width being set in admin to the same width as the side columns, with borders added.
    Find/add in your stylesheet
    Code:
    .leftBoxContainer, .rightBoxContainer {
    	border: 1px solid #8E0EBD;
    	margin-top: 1.5em;
        width: 159px !important;
    	}
    .leftBoxContainer {border-left: none;}
    .rightBoxContainer {border-right: none;}
    Better would be to set the Column Left/Right Boxes width to 159px in admin > Configuration > Layout Settings and remove that from the stylesheet.

    If you want something else, please explain in more detail. I suppose the problem you saw was corrected by the time I saw it...

 

 

Similar Threads

  1. Side Box not formatted properly
    By erfboy in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 22 Nov 2011, 02:54 PM
  2. Prices not lining up properly
    By SPembleton in forum Built-in Shipping and Payment Modules
    Replies: 5
    Last Post: 2 Aug 2011, 03:19 PM
  3. button links not aligning properly in side category box
    By dellvostro in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 16 Oct 2008, 08:45 PM
  4. Additional Images not lining up properly
    By nanos203 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 28 Sep 2008, 03:16 PM
  5. Images not lining up properly
    By Visionvek in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 15 Jul 2008, 04:36 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