Page 2 of 2 FirstFirst 12
Results 11 to 17 of 17
  1. #11
    Join Date
    Jun 2008
    Posts
    71
    Plugin Contributions
    0

    Default Re: Customizing Category Sidebox

    the actual size of the images is 162x28 px i left the extra px to make sure the images show well

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

    Default Re: Customizing Category Sidebox

    You do have a strange bit in your stylesheet:
    Code:
    a.category-top img, a.category-subs img, a.category-products img {
        height: 30px;
    alignment: top
        }
    "alignment:" is not a recognized CSS property, and shouldn't accomplish anything. It might cause a whole rule to be ignored.

    background-position: center center;
    may help, or other settings of that property.

    So you are saying that the files are only 162x28px? Is there any extra space in the file itself?
    Last edited by gjh42; 15 Oct 2008 at 12:05 AM.

  3. #13
    Join Date
    Jun 2008
    Posts
    71
    Plugin Contributions
    0

    Default Re: Customizing Category Sidebox

    I took that bit out but no change
    i added the background bit but no change
    Yes the images are that size without any space

  4. #14
    Join Date
    Jun 2008
    Posts
    71
    Plugin Contributions
    0

    Default Re: Customizing Category Sidebox

    I've managed to made it appear a little bit more with this:
    a.category-top img, a.category-subs img, a.category-products img {
    height: 30px;
    vertical-align: middle;
    }
    It looks like there is some padding in these cells, that's why the images don't come up in full...

  5. #15
    Join Date
    Jun 2008
    Posts
    71
    Plugin Contributions
    0

    Default Re: Customizing Category Sidebox

    after fiddling around with various parameters, it looks like it is the font size assigned because if I change it from 1.2 to 1.7 the buttons fit. Only i get all the other titles in huge size so i need to separate the properties of the cat sidebox from the others. this is where i made the changes

    a:link, #navEZPagesTOC ul li a {
    color: #196a19;
    text-decoration: none;
    font-size: 1.2em;
    }


    a:visited {
    color: #ffbd00;
    text-decoration: none;
    font-size: 1.2em;
    }

    a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
    color: #FFff00;
    font-size: 1.2em;
    }

    a:active {
    color: #196a19;
    font-size: 1.2em;
    }

  6. #16
    Join Date
    Jun 2008
    Posts
    71
    Plugin Contributions
    0

    Default Re: Customizing Category Sidebox

    Greg,
    since you've not been able to suggest a way to solve my problem with your add-on can you please tell me how to uninstall it?
    Thanks,

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

    Default Re: Customizing Category Sidebox

    You appear to have found that deleting the custom tpl_categories.php file and stylesheet_categories_dressing.css uninstalls the mod.

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Customizing The SideBox
    By dragon03kf in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 24 Oct 2008, 08:32 AM
  2. customizing style of manufacturer sidebox
    By k4satin in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 12 Aug 2008, 11:18 PM
  3. Customizing Sidebox
    By saltandlight in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 7 Feb 2008, 08:28 PM
  4. customizing manufacturer info sidebox
    By etoile03 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 7 Oct 2006, 01:20 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