Results 1 to 10 of 10
  1. #1
    Join Date
    Apr 2010
    Posts
    149
    Plugin Contributions
    0

    Default Another quick question!

    Hey guys. I have this big space on my category's page and it really bugs me!

    Link to problem:
    http://gamenet.net.au/index.php?main...&cPath=152_169

    How do i get rid of it! please help! ~~~~

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

    Default Re: Another quick question!

    Your main stylesheet (stylesheet.css) has

    #indexProductListCatDescription, #categoryDescription { display:block; overflow:hidden; min-height:140px; height:auto !important; height:140px; color:#434342; font-family:Tahoma; line-height:14px; font-size:11px;}

    Remove the min-height to let it take only the space it needs.

    The height:auto !important; overrides the height:140px; which follows it, so you could just delete the height:140px;
    Last edited by gjh42; 5 Sep 2010 at 05:03 PM.

  3. #3
    Join Date
    Nov 2009
    Location
    In beautyful New York
    Posts
    160
    Plugin Contributions
    2

    Default Re: Another quick question!

    Find
    Code:
    #indexProductListCatDescription, #categoryDescription { display:block; overflow:hidden; min-height:140px; height:auto !important; height:140px; color:#434342; font-family:Tahoma; line-height:14px; font-size:11px;}
    in the file
    includes/templates/theme212/css/stylesheet.css

    and replace it with:
    Code:
    #indexProductListCatDescription, #categoryDescription { display:block; overflow:hidden; height:auto !important; height:140px; color:#434342; font-family:Tahoma; line-height:14px; font-size:11px;}
    this will take away the "min-height:140px;"

    Please backup that file before editing
    and since i did not fully review the template
    it may be necessary to revert it for proper rendering later on or in a page that uses that ID (#indexProductListCatDescription)

    I don't think that it might cause a problem, but better safe then sorry

    hope it helps :)

  4. #4
    Join Date
    Nov 2009
    Location
    In beautyful New York
    Posts
    160
    Plugin Contributions
    2

    Default Re: Another quick question!

    Wow gjh42

    sorry for the double reply

    what shall i do next time?
    shall i delete my reply ?

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

    Default Re: Another quick question!

    On testing, you can eliminate all height references in that rule if you don't want a fixed or minimum height.

    #indexProductListCatDescription, #categoryDescription { display:block; overflow:hidden; color:#434342; font-family:Tahoma; line-height:14px; font-size:11px;}

    Don't worry about the duplication - it happens all the time (sign of an active forum, that two people are answering at the same time).

  6. #6
    Join Date
    Apr 2010
    Posts
    149
    Plugin Contributions
    0

    Default Re: Another quick question!

    Wow, thanks for the responses. :)

    however...


    http://gamenet.net.au/index.php?main...&cPath=128_136

    It's still there!, i deleted the code that you said. here is my code now.

    #indexProductListCatDescription, #categoryDescription { display:block; overflow:hidden; height:auto !important; height:140px; color:#434342; font-family:Tahoma; line-height:14px; font-size:11px;}

    I would still like the possibilty of adding pictures to it later on..

  7. #7
    Join Date
    Apr 2010
    Posts
    149
    Plugin Contributions
    0

    Default Re: Another quick question!

    Disregard that last post. i fixed it.

    but now everything is aligned too much to the left. i think i need to add a margin or something? :)
    What exactly should i do, thanks
    example:
    http://gamenet.net.au/index.php?main...&cPath=152_163
    Last edited by gamenet; 6 Sep 2010 at 12:43 AM. Reason: mistake

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

    Default Re: Another quick question!

    What do you want to change? All I see is the main title and the filter dropdown.

  9. #9
    Join Date
    Apr 2010
    Posts
    149
    Plugin Contributions
    0

    Default Re: Another quick question!

    Yeah, do you see how they are pushed over to the left?
    The filter and the bit that says "Displaying 1 to 20 (of 26 products)"

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

    Default Re: Another quick question!

    Those are things I would normally expect to be left-justufied (or perhaps right-justified for the dropdown). If you don't have them already, get Firefox and its Web Developer or Firebug extensions - they will help you find and test the styling elements you need.

 

 

Similar Threads

  1. Quick Question
    By liquidationsports in forum General Questions
    Replies: 2
    Last Post: 4 Apr 2009, 01:43 AM
  2. Quick Question...
    By Trole in forum Installing on a Linux/Unix Server
    Replies: 3
    Last Post: 6 Sep 2007, 01:57 AM
  3. Quick Question
    By herghost in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 17 May 2007, 12:14 AM
  4. quick question?
    By icu in forum General Questions
    Replies: 1
    Last Post: 11 Jul 2006, 01:08 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