Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2006
    Posts
    9
    Plugin Contributions
    0

    Default Category sorting is right to left?

    Hello! I am having a problem with sorting involved with categories in multimple colums. The problem is the sort order starts with the top right column and goes left.

    http://www.redrumloa.com/index.php?m...=index&cPath=7

    As you can see the alphabtical order looks screwy. I've looked and can't find a setting for this. Obviously I want it a standard left to right.

    Thank you in advance.

  2. #2
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,655
    Plugin Contributions
    25

    Default Re: Category sorting is right to left?

    Find this in your stylesheet and delete the bit marked in red.
    #logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
    float: right;
    }
    The add the following immediately afterwards
    .categoryListBoxContents {
    float:left;
    }
    See and test drive Zen Cart's free templates at zencarttemplates.info

    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  3. #3
    Join Date
    Aug 2006
    Posts
    9
    Plugin Contributions
    0

    Default Re: Category sorting is right to left?

    Thank you, that did it!!!!

 

 

Similar Threads

  1. Sale by Manufacturer
    By scrapgranny in forum General Questions
    Replies: 3
    Last Post: 15 May 2006, 01:56 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •