Jump to content

Cart not show properly


Recommended Posts

if you just want to move the cart down below the text, then find this line in your themes global CSS file

#right_column {
   width: 190px;
   padding-left: 15px; 
}



and add padding as follows

#right_column {
   width: 190px;
   padding-left: 15px; padding-top: 15px;



This will put more space at the top of your right column and therefore everything contained in the right_column such as the cart will move down. This is a quick fix.

Link to comment
Share on other sites

×
×
  • Create New...