Results 1 to 4 of 4
  1. #1
    Join Date
    Aug 2013
    Location
    Bridlington
    Posts
    151
    Plugin Contributions
    0

    Default Shopping Cart Sidebox Issue

    I am helping a friend setup his zencart website but have come across an issue and I`m not sure how to cure it.

    If you add a product to the basket a shopping cart sidebox appears to obviously show you the contents of the cart however the text overlaps making it impossible to see.

    If I alter the layout setting from 150px to 200px the text displays okay but it throws the boxes out of proportion making it look aweful.

    Is there a way of making the text in that box display correctly without altering the width of the box ??

    Thanks in advance.

    URL to view is: http://www.shop.heathers-simplyvintage.com/

  2. #2
    Join Date
    May 2009
    Posts
    1,254
    Plugin Contributions
    3

    Default Re: Shopping Cart Sidebox Issue

    Try adding this to your stylesheet:
    #shoppingcartContent {
    line-height: 1.5;
    padding: 20px 5px;
    }

  3. #3
    Join Date
    Aug 2013
    Location
    Bridlington
    Posts
    151
    Plugin Contributions
    0

    Default Re: Shopping Cart Sidebox Issue

    Quote Originally Posted by keneso View Post
    Try adding this to your stylesheet:
    #shoppingcartContent {
    line-height: 1.5;
    padding: 20px 5px;
    }
    Worked a treat, thankyou very much. How can I make the text in that box white rather than black / green ???

  4. #4
    Join Date
    May 2009
    Posts
    1,254
    Plugin Contributions
    3

    Default Re: Shopping Cart Sidebox Issue

    Change 33cc33 to whatever you like, note that if you refresh the page the class changes, so you may want to add color property to it.

    .cartNewItem {
    color: #33cc33;
    position: relative;
    }

    .cartOldItem {
    position: relative;
    }

    You may want to use firefox plus firebug to inspect the elements yourself; chrome, and ie too have developper tool to do the same.

 

 

Similar Threads

  1. Replies: 1
    Last Post: 22 Dec 2014, 08:55 PM
  2. Shopping cart issue
    By Estfis81 in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 26 Oct 2013, 03:50 PM
  3. adding shopping cart image to shopping cart sidebox?
    By RobertG in forum Addon Sideboxes
    Replies: 13
    Last Post: 26 Oct 2011, 06:24 AM
  4. Remove right sidebox shopping cart from when on shopping cart page
    By alterego55 in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 2 Oct 2010, 01:45 AM
  5. Weird issue with Shopping Cart sidebox
    By Danielle in forum General Questions
    Replies: 3
    Last Post: 10 Feb 2010, 12:35 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg