Results 1 to 4 of 4
  1. #1
    Join Date
    Apr 2010
    Posts
    319
    Plugin Contributions
    0

    Default right hand column in product layout align to top

    hi,
    can anyone help me make the right hand column align to top of page

    http://www.onyourbike.co.uk/index.ph...ucts_id=211913

    any help appreciated

    thanks
    bryan

  2. #2
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: right hand column in product layout align to top

    in /includes/templates/business_orange/css/stylesheet.css

    find
    Code:
    .left-side-info {
    	width: 180px;
    	vertical-align: top;
    }
    change to:
    Code:
    td .left-side-info {
    	width: 50%;
    	vertical-align: top;
    }
    td .right-side-info {
    	width: 50%;
    	vertical-align: top;
    }
    Hope this helps!

  3. #3
    Join Date
    Apr 2010
    Posts
    319
    Plugin Contributions
    0

    Default Re: right hand column in product layout align to top

    worked a treat, thank you very much

    bryan

  4. #4
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: right hand column in product layout align to top

    np, glad to help!

 

 

Similar Threads

  1. New product turns off right hand column?
    By PGlad in forum Basic Configuration
    Replies: 4
    Last Post: 16 Nov 2010, 08:37 AM
  2. Top align center column with top, left side box?
    By kirkbross in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 15 Jan 2010, 07:36 AM
  3. Top align left column? or change top header to center only.
    By byoriginaldesign in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 22 Dec 2009, 07:16 PM
  4. Right hand column missing on product info pages
    By spbennett in forum General Questions
    Replies: 3
    Last Post: 12 Jul 2007, 07:05 AM
  5. Layout in right-hand column (info, languages, currency, etc.)
    By binny25 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 12 Oct 2006, 02:57 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