Results 1 to 5 of 5
  1. #1
    Join Date
    Jun 2007
    Location
    Cambridge, England
    Posts
    10
    Plugin Contributions
    0

    Default Space and a line into the catagory list

    Please can someone help. I have really tried to find answers to these problems without starting a new thread, but I don't even know what I should be typing into the search box for for some of this.
    I would like to take the spaces out of the header and put space and a line into the catagory list.
    I thought a picture would be the best way to show you what I mean. I hope it works...




    If you need the address for the site, it is - http://www[dot]moonmoose.com/moody/

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

    Default Re: Space and a line into the catagory list

    For the listing:
    In your stylesheet (/includes/templates/your_template/css/stylesheet.css), add

    /* space & border between listing items */
    .productListing-odd td, .productListing-even td {
    text-align: left;
    vertical-align: top;
    padding:0.5em;
    margin-bottom: 1em;
    border-bottom: 3px double #aaccbb;
    }

    Change numbers, add, edit or delete properties as desired.

    For the header, I will have to look at your site directly. Hang on a while.

  3. #3
    Join Date
    Jun 2007
    Location
    Earth
    Posts
    13
    Plugin Contributions
    0

    Default Re: Space and a line into the catagory list

    Depending on your browser, those spaces in the header may be caused by the <br class="clearBoth" /> lines. You could try changing them to just <br /> or instead of class="clearBoth" try an inline style change of line-height: 0px
    Chinchilla2661

  4. #4
    Join Date
    Jun 2007
    Location
    Cambridge, England
    Posts
    10
    Plugin Contributions
    0

    Default Re: Space and a line into the catagory list

    Wow!
    The space and line mod is perfect, and it took me no time at all.
    I've been just looking at it for ages, clicking in and out of the list page.
    (I know I get excited far to easily, but there you have it)
    It's so much better than it was. Thanks gjh42, you're a star!

    I went into the picture measurements list in my admin section and changed the size of the pictures in the list so that they are always the same width with no measurement for the height, that made it better still.

    I'm off to try out the header suggestions now.

  5. #5
    Join Date
    Jun 2007
    Location
    Cambridge, England
    Posts
    10
    Plugin Contributions
    0

    Default Re: Space and a line into the catagory list

    And thank-you Chinchilla.

    I returned to the header tpl.header.php file and searched out the lines of code you pointed to and I have arrived at a layout that I'm really pleased with.

    Thanks again to both of you.

 

 

Similar Threads

  1. Add line space between catagory listings
    By btman in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 9 Aug 2011, 03:59 PM
  2. Lost with finding the file that outputs the PRICE on the catagory list
    By 00falcon in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 17 Sep 2009, 06:09 AM
  3. make the "Filter Results" into the list and display it
    By doubletiger in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 24 Apr 2008, 12:18 PM
  4. Runtime error: Line 12 and Line 45 when logging into Admin
    By Harpers in forum Installing on a Linux/Unix Server
    Replies: 6
    Last Post: 12 Oct 2007, 07:54 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