Results 1 to 10 of 14

Threaded View

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

    Default Re: need help with side boxes

    tpl_box_default_right.php has nothing to do with the xxx [more]. Those are links, and are affected twice by this declaration:
    Code:
    /*sideboxes*/
    .columnLeft {}
    
    h3.leftBoxHeading, h3.leftBoxHeading a,
    h3.rightBoxHeading, h3.rightBoxHeading a {
    	font-size: 13px;
    	color: #5f6601;
    	text-align: left;
    	padding-left: 30px;
    	font-weight: bold;
    	}
    Make it separate:
    Code:
    /*sideboxes*/
    .columnLeft {}
    
    h3.leftBoxHeading, h3.leftBoxHeading a,
    h3.rightBoxHeading, h3.rightBoxHeading a {
    	font-size: 13px;
    	color: #5f6601;
    	text-align: left;
    	font-weight: bold;
    	}
    h3.leftBoxHeading,
    h3.rightBoxHeading {
    	padding-left: 30px;
    	}
    If you think the left column is padded more than the right, I'd say it is an optical illusion. I believe they are equal in reality.
    Last edited by gjh42; 18 Jun 2008 at 02:45 AM.

 

 

Similar Threads

  1. still need help with side by side product name/price tag in producting listing
    By hangman21 in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 3 Aug 2010, 06:33 AM
  2. Need help changing background width in side boxes
    By strugglingnovice in forum Addon Templates
    Replies: 1
    Last Post: 22 Jun 2010, 09:32 PM
  3. Newbie help please with side boxes
    By rapidrc in forum Basic Configuration
    Replies: 1
    Last Post: 13 Jan 2009, 01:44 PM

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