Elfson Posted March 6, 2009 Share Posted March 6, 2009 Hello. Just found out about this cart and i realy like it after testning it. I ran now in to a problem, the Welcome text and some more text is hidden behind the Cart module, look at the attached picture for the problem(or the page http://test.maskinskisser.se ).Anyone know why it is like that and how i can correct the problem?Regards Link to comment Share on other sites More sharing options...
Dave Egerton Posted March 7, 2009 Share Posted March 7, 2009 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 More sharing options...
Elfson Posted March 7, 2009 Author Share Posted March 7, 2009 Thank you very much, it worked perfect Link to comment Share on other sites More sharing options...
Recommended Posts