in a mysite/shop/ and the “single product view” ignores themes view options and kick down the right or leftbar widgets. i tried to solve the problem with this code:
#container{
float:left;
vertical-align:top
}
#secondary{
float:right;
vertical-align:top
}
the theme i use supports this code, but i tried another themes, they didn`t work with it