Results 1 to 6 of 6
  1. #1
    Join Date
    Aug 2005
    Posts
    117
    Plugin Contributions
    0

    Default Sidebox Height Problems

    I'm having some difficulty with my sideboxes. I've installed the new 1.3.8a onto a site and have only 2 sideboxes - one on each side. The problem I'm having is that the sidebox on the right of the store seems to sit about 10px below the one on the left.

    I've reviewed the code in the various files that seem to be controling this but can't find anything that will make the change I need. You can see the site at www.boltoncelebrates.org - not a store but the cart works well for what we're trying to do. Anyone know what files i need to edit to make the heights the same? Is it a setting within admin - like a ghost sidebox that's causing it to sit lower?

    Thanks for your help!

  2. #2
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Sidebox Height Problems

    You have different top margins on left and right sideboxes in your stylesheet:
    Code:
    .leftBoxHeading {
    	margin: 5px;
    	position: relative;
    	border: 1px solid #425227;
    	background-color: #739240;
    	padding: 0.5px 0.2px;
    	}
    
    .leftBoxContainer {
         border: none;
    	}
    
    .sideBoxContent {
    	background-color: transparent;
    	padding: 0.4em;
    	}
    
    h3.rightBoxHeading, h3.rightBoxHeading a {
    	font-size: 1em;
    	height: 22px;
    	color: #ffffff;
    	}
    
    .rightBoxHeading {
    	margin-top: 15px;/* <----change to 5px*/
    	margin-right: 5px;
    	/*position: relative;*/
    	border: 1px solid #425227;
    	background-color: #739240;
    	padding: 0.5px 0.2px;
    	}

  3. #3
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Sidebox Height Problems

    Quote Originally Posted by flyingbrick View Post
    I'm having some difficulty with my sideboxes. I've installed the new 1.3.8a onto a site and have only 2 sideboxes - one on each side. The problem I'm having is that the sidebox on the right of the store seems to sit about 10px below the one on the left.

    I've reviewed the code in the various files that seem to be controling this but can't find anything that will make the change I need. You can see the site at www.boltoncelebrates.org - not a store but the cart works well for what we're trying to do. Anyone know what files i need to edit to make the heights the same? Is it a setting within admin - like a ghost sidebox that's causing it to sit lower?

    Thanks for your help!
    open your stylesheet.css and find the following declarations and make sure the margin settings are the same for both:

    .leftBoxHeading {
    margin: 5px;
    position: relative;
    border: 1px solid #425227;
    background-color: #739240;
    padding: 0.5px 0.2px;
    }


    .rightBoxHeading {
    margin-top: 15px;
    margin-right: 5px;
    /*position: relative;*/
    border: 1px solid #425227;
    background-color: #739240;
    padding: 0.5px 0.2px;
    }

  4. #4
    Join Date
    Aug 2005
    Posts
    117
    Plugin Contributions
    0

    Default Re: Sidebox Height Problems

    I played around with those at one point and they didn't do anything - interesting.

  5. #5
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Sidebox Height Problems

    Exactly what file did you edit? It worked when I just tested it on your site.

  6. #6
    Join Date
    Aug 2005
    Posts
    117
    Plugin Contributions
    0

    Default Re: Sidebox Height Problems

    Its working now.

 

 

Similar Threads

  1. Sidebox Heading Height
    By joyjoy in forum Templates, Stylesheets, Page Layout
    Replies: 27
    Last Post: 27 Aug 2011, 01:21 AM
  2. Sidebox height
    By EyefulTower in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 13 Aug 2007, 01:16 PM
  3. CSS Button Height Problems
    By absoluteblock in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 2 Nov 2006, 09:03 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