Hi there,
I've customized a theme based on rwd theme in magento 1.9.4 cuz I wanted my new theme to be respnsive and surely rwd theme is!
What I understand is that in rwd theme, content and col-left sidebar is in wrapper tag, and col-right sidebar is in another tag (outside wrapper).
When I add cms block or content block to col-left ( using <reference name="left"> in my local.xml), in home page and other pages my customs block is inside col-left (that should be. no problem so far).
When I add same block to col-right ( using <reference name="right"> in my local.xml), in home page the block is in col-right column (no problem), but it is not in col-right column in other pages! (the block jumped out of col-right, so it covers all the width of page!)
how can I add block to pages other than Home page to right-col ,and locate it inside right column properly
thanks