Results 1 to 6 of 6

Hybrid View

  1. #1
    Join Date
    Jul 2006
    Posts
    32
    Plugin Contributions
    0

    Default Sidebar misaligned due to productListing

    What should I edit to fix this so the sidebar images align properly?

    This does not happen in any other pages except the product listing pages and it's only the pages that have products (for now only dresses/tops have products) so I am assuming it has something to do with the productListing style?

    Image link:

    Using latest version of ZC. Fresh install.
    Site: http://www.chloe21.com/catalog

  2. #2
    Join Date
    Jan 2009
    Posts
    2,123
    Plugin Contributions
    0

    Default Re: Sidebar misaligned due to productListing

    look for #sideBoxContent { in your stylesheet and play with the left margin..

  3. #3
    Join Date
    Jul 2006
    Posts
    32
    Plugin Contributions
    0

    Default Re: Sidebar misaligned due to productListing

    Thanks! I actually changed the margin-left for the leftBoxHeading and it fixed it, thanks for pointing me in the right direction!

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

    Default Re: Sidebar misaligned due to productListing

    open your stylesheet.css

    look for this

    .centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {stylesheet.css (line 330)
    padding:0.8em;
    }


    problem is your .centerColum with padding..

    remove .centerColumn from above rule ..

    Or , you can simply add this to your stylesheet.css

    .centerColumn {
    padding:0
    }

  5. #5
    Join Date
    Jan 2009
    Posts
    2,123
    Plugin Contributions
    0

    Default Re: Sidebar misaligned due to productListing

    It doesn't look fixed in FFox. You should try what Tony suggests, he's pretty amazing with CSS.

  6. #6
    Join Date
    Jul 2006
    Posts
    32
    Plugin Contributions
    0

    Default Re: Sidebar misaligned due to productListing

    Added

    .centerColumn {
    padding:0
    }

    to stylesheet as suggested, looks good.

    I'm using FireFox actually and it looked OK to me before I added the code... hmmm...

 

 

Similar Threads

  1. Right Sideboxes Misaligned
    By ScriptJunkie in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 13 Sep 2008, 11:40 AM
  2. My misaligned shopping cart...
    By byrd813 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 3 Aug 2008, 03:52 PM
  3. Contact Us Misaligned
    By CnTGifts in forum General Questions
    Replies: 4
    Last Post: 26 Mar 2008, 05:04 AM
  4. tax format- misaligned?
    By HMG in forum Templates, Stylesheets, Page Layout
    Replies: 18
    Last Post: 5 Oct 2007, 03:14 AM
  5. Pages are misaligned
    By audradh in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 19 Jan 2007, 01:59 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