Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1
    Join Date
    Jan 2006
    Posts
    158
    Plugin Contributions
    0

    Default Sidebox header & Text don't match

    How do I make my sidebox headers all the same height and how do I make all the sidebox text the same size?
    In my stylesheet I have

    .leftBoxHeading, .centerBoxHeading {
    margin: 0em;
    background-color: #ecd8d9;
    background-image: url(../images/stitched2.jpg);
    padding: 0.5em 0.2em;
    }


    and right is the exact same

    .rightBoxHeading {
    margin: 0em;
    background-color: #ecd8d9;
    background-image: url(../images/stitched2.jpg);
    padding: 0.5em 0.2em;
    }

    but they don't match...some are shorter than the others and also the text is smaller in those shorter ones.

    Thanks for the help!

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

    Default Re: Sidebox header & Text don't match

    URL for your site please.

  3. #3
    Join Date
    Jan 2006
    Posts
    158
    Plugin Contributions
    0

    Default Re: Sidebox header & Text don't match

    ok...finally found the text was 2 different sizes in;
    h3.leftBoxHeading, h3.leftBoxHeading a {
    font-size: 1.1em;
    and
    h3.rightBoxHeading, h3.rightBoxHeading a {
    font-size: 1.1em;
    color: #af6268;

    But I still can't find where the headers size are...grrr

  4. #4
    Join Date
    Jan 2006
    Posts
    158
    Plugin Contributions
    0

    Default Re: Sidebox header & Text don't match


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

    Default Re: Sidebox header & Text don't match

    The "search" and "currency" headers include a <label> tag which is increasing the height of these two headings.

  6. #6
    Join Date
    Jan 2006
    Posts
    158
    Plugin Contributions
    0

    Default Re: Sidebox header & Text don't match

    how do I make the others match the search" and "currency" headers ?
    Last edited by Dizzie; 13 Sep 2006 at 04:57 AM.

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

    Default Re: Sidebox header & Text don't match

    You can remove the label tags in

    includes -> modules -> sideboxes -> YOUR_TEMPLATE -> search.php

    Do the same for the currencies.php

  8. #8
    Join Date
    Jan 2006
    Posts
    158
    Plugin Contributions
    0

    Default Re: Sidebox header & Text don't match

    Ok, thanks, I did that and now they are all the same size.....Is there a place to change the height of all of them?

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

    Default Re: Sidebox header & Text don't match

    You can add a height element to:

    .leftBoxHeading, .rightBoxHeading {
    height: XXpx;
    }

    just change the area in red to whatever you need.

  10. #10
    Join Date
    Jan 2006
    Posts
    158
    Plugin Contributions
    0

    Default Re: Sidebox header & Text don't match

    Oh, thankyou sooo much...that worked Great!!

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. product pages don't match after upgrade
    By srafferty in forum Upgrading from 1.3.x to 1.3.9
    Replies: 1
    Last Post: 1 Apr 2011, 10:48 AM
  2. Replies: 10
    Last Post: 9 Feb 2009, 06:16 PM
  3. Need help. IE and FF don't match
    By r1formetoo in forum General Questions
    Replies: 8
    Last Post: 9 Jan 2009, 03:41 PM
  4. No email of Order - Billing & Shipping don't match
    By rpbrannan in forum Managing Customers and Orders
    Replies: 3
    Last Post: 20 Jun 2006, 03:16 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