Results 1 to 10 of 10
  1. #1
    Join Date
    Mar 2008
    Posts
    268
    Plugin Contributions
    0

    Default Search Heading Box Thicker Then The Rest... But Why? Help Please

    I'm trying to figure out what i've done wrong as the heading boxex for my sideboxes are all 24 thick where as the Search heading box is 28, does anyone know why this is and also how to change it as it's got me totally puzzled!

    www.dpmperformance.co.uk

    Thanks

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Search Heading Box Thicker Then The Rest... But Why? Help Please

    Looks like you squared this

  3. #3
    Join Date
    Mar 2008
    Posts
    268
    Plugin Contributions
    0

    Default Re: Search Heading Box Thicker Then The Rest... But Why? Help Please

    What do you mean?

  4. #4
    Join Date
    Jan 2008
    Posts
    1,700
    Plugin Contributions
    6

    Default Re: Search Heading Box Thicker Then The Rest... But Why? Help Please

    Try adding this to your stylesheet:

    Code:
    #searchHeading {
    padding: 0.1em 0.2em;
    }

  5. #5
    Join Date
    Mar 2008
    Posts
    268
    Plugin Contributions
    0

    Default Re: Search Heading Box Thicker Then The Rest... But Why? Help Please

    Ahhh, wonderful! Thanks you so much!

  6. #6
    Join Date
    Jan 2008
    Posts
    1,700
    Plugin Contributions
    6

    Default Re: Search Heading Box Thicker Then The Rest... But Why? Help Please

    Glad to help

  7. #7
    Join Date
    Dec 2003
    Posts
    79
    Plugin Contributions
    0

    Default Re: Search Heading Box Thicker Then The Rest... But Why? Help Please

    Thanks that helped me also but the problem I am having is the word search does not match the rest of the headers any idea

    you can see it here http://www.gatorts.com
    I never get lost, cause I travel in circles

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

    Default Re: Search Heading Box Thicker Then The Rest... But Why? Help Please

    The search heading is a label, and is currently following these:
    Code:
    h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
    	font-size: 1.2em;
    	color: #000000;
    	}
    
    LABEL, h4.optionName {
    	line-height: 1.5em;
    	padding: 0.2em;
    	}
    Change
    Code:
    #searchHeading 
    { padding: 0.1em 0.2em;
    color: #ffffff
     }
    
    to
    
    #searchHeading label {
        line-height: 1.5em;/*adjust as required*/
        padding: 0.1em 0.2em;/*adjust as required*/
        color: #ffffff;
        }

  9. #9
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Search Heading Box Thicker Then The Rest... But Why? Help Please

    You'll also want to take a look at your site in IE7 - part of the header is behind your main page. Increase the 'height' portion of logowrapper in the stylesheet to fix.

  10. #10
    Join Date
    Dec 2003
    Posts
    79
    Plugin Contributions
    0

    Default Re: Search Heading Box Thicker Then The Rest... But Why? Help Please

    thanks for all your help I ended up uploading a copy of my stylesheet because when I pulled them both into beyond compare I had alot of messed up stuff
    I never get lost, cause I travel in circles

 

 

Similar Threads

  1. Header search box - please help
    By Sandy2012 in forum Basic Configuration
    Replies: 1
    Last Post: 7 Nov 2012, 11:07 AM
  2. Part Of The Border Missing, But Why? Help Please
    By DPM in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 3 Apr 2008, 12:45 PM
  3. Shopping Cart Sidebox Wider Then The Rest???
    By bobbyt in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 3 Jun 2007, 04:41 PM
  4. Have login and search 100% but the rest 760px ?
    By Pauls in forum Basic Configuration
    Replies: 0
    Last Post: 6 Jun 2006, 02:52 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