Results 1 to 5 of 5
  1. #1
    Join Date
    Jan 2006
    Posts
    420
    Plugin Contributions
    0

    Default 4 categories per row , not working

    Hi all , I have a shop I am trying to finish set to display 4 categories per row , then the category set to display on the main page.
    This works fine in FF and Safari , Opera etc ... Does not work in IE 6 or 7

    Can anyone suggest an IE fix to get the images to line up ? You can see the test site at :http://shop.daisymaycollection.co.uk/ as i said it should look lined up in a row of 4 not 3 then wrapped the last one.

    Thanks for any pointers out there.

    Cheers
    Various Zen cart sites !

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: 4 categories per row , not working

    Try taking out the border and see if this corrects it first

    Post back if it does

    Code:
    .categoryListBoxContents img{
    border: 1px solid #909090;
    }

  3. #3
    Join Date
    Jan 2006
    Posts
    420
    Plugin Contributions
    0

    Default Re: 4 categories per row , not working

    I have tried that , does not seem to make a difference . I think your probably right there is some strange CSS going on somewhere.

    Maybe I have hacked about with the template too much !

    Thanks for any help on the subject.
    Various Zen cart sites !

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: 4 categories per row , not working

    To keep this dynamic you might apply this FIX

  5. #5
    Join Date
    Jan 2006
    Posts
    420
    Plugin Contributions
    0

    Default Re: 4 categories per row , not working

    Cheers Kobra , that seems to have fixed it , although I had to change the other line in the code instead to get it to function.

    Code:
        $col_width = floor(100/$num_categories);
      } else {
        $col_width = floor(100/MAX_DISPLAY_CATEGORIES_PER_ROW)-1;
      }
    thanks for your help.
    Various Zen cart sites !

 

 

Similar Threads

  1. v151 Columns per row not working.
    By saftek in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 18 Oct 2012, 06:52 PM
  2. Columns per row not working after upgrading from 1.3.8
    By s58smith in forum Upgrading to 1.5.x
    Replies: 0
    Last Post: 13 Jun 2012, 08:30 AM
  3. Attrib Images per Row (admin setting not working)
    By js5729 in forum Setting Up Categories, Products, Attributes
    Replies: 15
    Last Post: 26 Oct 2009, 04:26 PM
  4. Featured Box - 4 Products per row "Not Working"
    By atek in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 4 Jan 2007, 01:24 AM
  5. Featured Products Columns per Row not working
    By kazie in forum General Questions
    Replies: 1
    Last Post: 19 Jun 2006, 02:43 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