Results 1 to 3 of 3
  1. #1

    Default customized sideboxes

    I am currently having my old template updated and I was wondering if someone could help me out. I recently installed the yahoo categories sidebox, but based on the way the sideboxes are set up their seems to be a bit of the bottom part left from the sidebox on top of it:

    http://www.cooltechcentral.com/test/...ain_page=index

    the left top sidebox should match the right. How can I fix this? Also how can I change the color in the review sidebox from black to white?
    Rich People scream, Wealthy people whisper

    www.cooltechcentral.com

  2. #2
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: customized sideboxes

    Are you talking about that bit of blue above the "Categories" header? If that's the spot, it's in the CSS:
    Code:
    .leftBoxHeading {
    width: 165px;
    text-align: left;
      font-size: 11px;
      font-style: italic;
      text-transform: uppercase;
      font-family: tahoma;
      color: #000;
      height: 20px;
      background: #2B70BE url(../images/left_category.jpg) no-repeat top left;
      margin: 0;
      padding: 0;
      padding: 10px 0px 0 5px;
    }
    Reduce the 10px on the last line until you get the desired result.

  3. #3

    Default Re: customized sideboxes

    Yeah that's what I am talking about, thanks.
    Rich People scream, Wealthy people whisper

    www.cooltechcentral.com

 

 

Similar Threads

  1. Replies: 6
    Last Post: 7 Mar 2013, 04:36 PM
  2. Adding customized links to sideboxes
    By maclancer in forum General Questions
    Replies: 3
    Last Post: 19 Apr 2008, 12:28 AM
  3. Customized sideboxes for categories
    By Dale Thomas in forum Templates, Stylesheets, Page Layout
    Replies: 15
    Last Post: 14 Apr 2007, 09:06 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