Results 1 to 4 of 4
  1. #1
    Join Date
    Nov 2010
    Posts
    32
    Plugin Contributions
    0

    Default Quick column question - layout problem

    Morning, just a very quick question..

    Been tinkering some more with our layout and noticed that my left column seems to 'centre' vertrically (ie does not float at the top of the container) when some products are displayed. Please follow the link to see what I mean. Just looking for a quick pointer to say what might have been altered to make it look this way..

    http://buybenchmark.co.uk/store/inde...products_id=49

    On some products where the centre column is shorter, it sits just fine. An example is here..

    http://buybenchmark.co.uk/store/inde...&products_id=1

    Many thanks in advance for any help..
    Gary

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

    Default Re: Quick column question - layout problem

    The default Classic template has this:

    stylesheet.css (line 341)

    #contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
    vertical-align: top;
    }

    which your template seems to be missing.

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

    Default Re: Quick column question - layout problem

    Looking at your stylesheet, I find the rule, but there is this just above it which causes an error:
    Code:
    .languages-wrapper label {
    	padding: 3px 0;
    	line-height: 17px !important;
    }
    /* /Tools section styles */
    
    
    }
    
    /*The main content classes*/
    #contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
    	vertical-align: top;
    	}
    Delete the stray } and see what happens.

  4. #4
    Join Date
    Nov 2010
    Posts
    32
    Plugin Contributions
    0

    Default Re: Quick column question - layout problem

    Perfect! That worked just fine. Thanks for taking the time to check it out for me.

    You know how it is.. you can stare things in the face for hours and not see the obvious answer!

 

 

Similar Threads

  1. v150 Quick Category Layout Question
    By VBE-1 in forum General Questions
    Replies: 2
    Last Post: 16 Oct 2012, 07:34 PM
  2. Quick help with layout problem
    By goodereader in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 12 Dec 2009, 01:36 AM
  3. Quick layout question
    By speedy33417 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 29 Jun 2007, 12:48 PM
  4. Column Grid Layout on 1.3.7 (single column problem)
    By Taipa in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 12 May 2007, 11:44 AM
  5. Quick question on Sub Category Layout
    By nickita in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 19 Apr 2007, 11:26 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