Thread: columns per row

Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12
  1. #11
    Join Date
    Nov 2007
    Location
    Melbourne, Australia
    Posts
    541
    Plugin Contributions
    0

    Default Re: columns per row

    Quote Originally Posted by procella View Post
    My have had this problem almost solved many times but never really as I would like to have. My stylesheet is a bit of a mess. I dont remember what I started from, and is a bit of a difficultie to clean.
    I still seem to have some padding or something. Is it with the line under? I cant find it though.
    here there is only one column
    http://garudakauppa.fi/nettikauppa/i...index&cPath=18
    when here there is two
    http://garudakauppa.fi/nettikauppa/i...=index&cPath=2

    and nowhere three.

    Thanks for the help
    This is due to the padding in for each item. Set padding to 0 as follows:

    Code:
    .categoryListBoxContents {
    padding: 0;

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

    Default Re: columns per row

    InkWizard - What you want is not a fix for something broken, but a new feature.

    Both of the pages you describe are category/subcategory listings, yet you want them to use different templates. That can be done; it will require some additional coding to distinguish the page involved and rework the column/row layout accordingly. It would be nice to use the per-page template override system, but both of the pages are named "index" so they can't be distingushed that way. You could make a copy of the alternate file for each category, but that would get very cumbersome to maintain.

    The best way will probably be to insert the distinguishing and alternate layout code in
    /includes/modules/your_template/category_row.php.

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Columns per Row
    By SexyCharlie in forum General Questions
    Replies: 14
    Last Post: 11 Sep 2012, 07:15 PM
  2. Columns per Row
    By cchan in forum Setting Up Categories, Products, Attributes
    Replies: 46
    Last Post: 28 Oct 2010, 06:07 PM
  3. centerbox columns per row (ie issues)
    By jbezooyen in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 23 Jan 2008, 02:40 AM
  4. Products listing - Columns per row
    By chiselbit in forum Setting Up Categories, Products, Attributes
    Replies: 5
    Last Post: 28 Dec 2006, 01:38 PM
  5. Default columns per row
    By patski in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 9 Nov 2006, 09:57 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