Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2012
    Posts
    2
    Plugin Contributions
    0

    Default Subcategory Column Display

    I am having trouble with a site that I just started supporting that has a problem with the subcategory column display. When viewing the source you see a duplicate "<br class="clearBoth" />" in the code causing an unwanted line break. Site is located at www.buckstitchcanvas.com and the specific page that I have been testing on is: www.buckstitchcanvas.com/pack-equipment. When I asked the client they said that this was an issue for awhile before we took over as admin.

    Thanks in advance for your help!!

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

    Default Re: Subcategory Column Display

    There is no "extra" break; the listing is set for three per row, but the stylesheet has too much margin on the elements so only two can fit. In the stylesheet.css, find this rule
    Code:
    /*list box contents*/
    .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
            margin: 1em 1em;
    	}
    and either remove .categoryListBoxContents, or change the second 1em to 0. You may also want to remove other elements from the rule if there are other listings that misbehave.

  3. #3
    Join Date
    Oct 2012
    Posts
    2
    Plugin Contributions
    0

    Default Re: Subcategory Column Display

    Worked great!!! Thank you!!! I think I must have stared at it for too long...

 

 

Similar Threads

  1. Replies: 3
    Last Post: 1 Sep 2013, 05:47 AM
  2. center column subcategory display
    By Jayzilla in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 3 Jan 2011, 08:16 PM
  3. Replies: 2
    Last Post: 13 Aug 2009, 03:11 AM
  4. Subcategory images displaying in column not row
    By chacha-vintage in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 21 Apr 2007, 09:07 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