Results 1 to 5 of 5
  1. #1
    Join Date
    May 2006
    Posts
    313
    Plugin Contributions
    0

    Default Shopping Cart Sidebox Won't Reposition

    The shopping cart sidebox on my page seems to not reposition depending the amount of other boxes.

    In other words, if other side boxes appear on the page, they appear on top of the Shopping Cart sidebox. Instead of moving below the Shopping Cart box.

    Please, if anyone has any ideas, they would be greatly appreciated...

    again, the link is pensativa.com/store

    there a couple of fake products on the page to add quickly...


    and i would be happy to share any parts of the css or php code, just not sure where to begin.


    Thank you.

  2. #2
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: Shopping Cart Sidebox Won't Reposition

    What is the sort order you have for the sideboxes in your Admin> Tools> Layout Boxes Controller?
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  3. #3
    Join Date
    May 2006
    Posts
    313
    Plugin Contributions
    0

    Default Re: Shopping Cart Sidebox Won't Reposition

    Kim,

    Thanks for getting back to me.

    The sort orders are default. (I believe it is 30)

    I have switched the cart to both sides and it has the same behavior. And i have tried Firefox and Safari. Still the same...

  4. #4
    Join Date
    May 2006
    Posts
    313
    Plugin Contributions
    0

    Default Re: Shopping Cart Sidebox Won't Reposition

    I know I'm getting close. It has to do with the .rightboxContainer I had to create to give margins and the container border on the boxes on the right side.

    Code:
    /*sideboxes*/
    .columnLeft {}
    
    h3.leftBoxHeading, h3.leftBoxHeading a {
    	font-size: 1em;
    	color: #000000;
    	}
    
    .leftBoxHeading, .centerBoxHeading {
    	margin: 0em;
    	background-color: #FF6699;
    	padding: 0.4em 0.2em;
    	background-image: url(../images/tile_back.jpg);
    	border-bottom: 1px solid #000000;
    	}
    
    .centerBoxHeading {
        border-top: 1px solid #000000;
    	}
    	
    	
    .leftBoxContainer {
    	border: 1px solid #000000;
    	margin-bottom: 1.5em;
    	}
    
    .rightBoxContainer {
    	border: 1px solid #000000;
    	margin-bottom: 1.5em;
    	}
    
    .sideBoxContent {
    	background-color: #ffffff;
    	padding: 0.4em;
    	}
    
    h3.rightBoxHeading, h3.rightBoxHeading a {
    	font-size: 1em;
    	color: #000000;
    	}
    
    .rightBoxHeading {
    	margin: 0em;
    	background-color: #663366;
    	padding: 0.25em 0.4em;
    	background-image: url(../images/tile_back.jpg);
    	border-bottom: 1px solid #000000;
    	}
    
    h3.leftBoxHeading a:hover {
    	color: #FFFF33;
    	text-decoration: none;
    	} 
    
    h3.rightBoxHeading a:hover {
    	color: #FF0000;
    	text-decoration: none;
    	}
    
    .rightBoxContent {
    	background-color: #ffffff;
    	margin-bottom: 0.4em;
    	}
    I considered that to be CSS improv until I searched and found others have used it, and seemed to work fine. I must have a conflict somewhere. just can't seem to find it where it would be.

  5. #5
    Join Date
    May 2006
    Posts
    313
    Plugin Contributions
    0

    Default Re: Shopping Cart Sidebox Won't Reposition

    In other words, .rightBoxContainer seems to work perfect for all boxes except Shopping Cart. which i'm sure has to be an error on my part. i just can't seem to figure out where...

 

 

Similar Threads

  1. 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
  2. shopping cart buttons won't display in IE
    By IBIFA in forum General Questions
    Replies: 0
    Last Post: 9 Sep 2010, 08:04 PM
  3. Replies: 1
    Last Post: 10 Sep 2009, 09:14 PM
  4. Replies: 2
    Last Post: 3 Apr 2008, 01:21 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