Results 1 to 6 of 6
  1. #1
    Join Date
    Jan 2009
    Posts
    118
    Plugin Contributions
    0

    css problem heading for categories too big!!!

    not sure where i "fixed" it... as in broke it... but my heading for categories is too big... where can i change ti back... if not that, i'll settle for a place where i can make heading for search box bigger ;0)


  2. #2
    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    2,279
    Plugin Contributions
    0

    Default Re: heading for categories too big!!!

    is hard to tell without looking at your site .. you seems to have custom CSS ,
    default zencart CSS controls side box heading from single block of code. but your page seems to have two or more blocks of code to control heading on sideboxes ..

  3. #3
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: heading for categories too big!!!

    Quote Originally Posted by Agent_KGB View Post
    not sure where i "fixed" it... as in broke it... but my heading for categories is too big... where can i change ti back... if not that, i'll settle for a place where i can make heading for search box bigger ;0)

    Ag,
    Add this to the stylesheet.css

    #categoriesHeading {
    font-size: 1.2em;
    }

  4. #4
    Join Date
    Jan 2009
    Posts
    118
    Plugin Contributions
    0

    Default Re: heading for categories too big!!!

    Quote Originally Posted by haredo View Post
    Ag,
    Add this to the stylesheet.css

    #categoriesHeading {
    font-size: 1.2em;
    }
    tried... doing it, that didn't help anything... it's keeping font size for shopping cart header (sidebar) and categories header the same, but for some reason or another my search header is way too small ;0(

    for the most part i have all standard CSS (besides categories dressing mod i am using for category css buttons)


  5. #5
    Join Date
    Jan 2009
    Posts
    118
    Plugin Contributions
    0

    Default Re: heading for categories too big!!!

    i take it back... it worked!!!!

    just had to think for myself... for once... and it hurt ;0(

    Code:
    #categoriesHeading {
    font-size: 1.2em;
    } 
    
    #searchHeading {
    font-size: 1.6em;
    }

  6. #6
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: heading for categories too big!!!

    Ag,
    Keen eye, glad you got her fixed and looking the same as the Search Header

 

 

Similar Threads

  1. Product Info too big for database
    By kehrli in forum Setting Up Categories, Products, Attributes
    Replies: 8
    Last Post: 3 Apr 2013, 01:02 AM
  2. Body margins for products too big.
    By computeaholic in forum General Questions
    Replies: 3
    Last Post: 20 Jul 2011, 09:20 PM
  3. How big is too big=page size
    By daltonkost in forum General Questions
    Replies: 7
    Last Post: 21 Jul 2010, 06:13 AM
  4. google translator too big for sidebox
    By pjgscrap in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 15 Aug 2008, 06:42 AM
  5. Data too long for column 'shipping_method' - Big Royal Mail
    By pwhyles in forum Addon Shipping Modules
    Replies: 3
    Last Post: 9 Nov 2006, 08:49 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