sixpack Posted October 1, 2012 Share Posted October 1, 2012 You can view my problem here: edoglovers.net/presta/index.php Need to get the shopping cart block in the right place... Also it's displaying two footers, how do I delete one? Thanks in advance. Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted October 1, 2012 Share Posted October 1, 2012 Where do you want the cart block displayed? Marty Shue Link to comment Share on other sites More sharing options...
sixpack Posted October 1, 2012 Author Share Posted October 1, 2012 right above the new products module.... Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted October 1, 2012 Share Posted October 1, 2012 It appears you have the cart block hooked in the header hook. Unhook the cart and then hook it in the RH column. You will need to then change the position so that the cart is above the New Product module. Marty Shue Link to comment Share on other sites More sharing options...
sixpack Posted October 1, 2012 Author Share Posted October 1, 2012 Thanks Marty.. How do I change the position? Link to comment Share on other sites More sharing options...
sixpack Posted October 1, 2012 Author Share Posted October 1, 2012 Got it....You're the BEST, thanks. Is there a way to bring down the Right column to the level of the Left column? Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted October 1, 2012 Share Posted October 1, 2012 Glad you got it to work. Now just open themes/pzone/css/global.css and replace the code starting at line 316 with the following #right_column { margin-left: 11px; overflow: hidden; right: 0; top: 0; width: 203px; } That will get your RH column back in line. Hope that helps! Marty Shue Link to comment Share on other sites More sharing options...
sixpack Posted October 2, 2012 Author Share Posted October 2, 2012 Perfect! Can't thank you enough.....!!! Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted October 2, 2012 Share Posted October 2, 2012 You are welcome. Glad it worked for you. Marty Shue Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now