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
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
in /includes/templates/business_orange/css/stylesheet.css
find
change to:Code:.left-side-info { width: 180px; vertical-align: top; }
Hope this helps!Code:td .left-side-info { width: 50%; vertical-align: top; } td .right-side-info { width: 50%; vertical-align: top; }
worked a treat, thank you very much
bryan
np, glad to help!