Results 1 to 4 of 4
  1. #1
    Join Date
    Jun 2006
    Posts
    71
    Plugin Contributions
    0

    Default product alignment problems

    hey, im having a hardtime aligning the subcategory images and the product images. my site is www.driventorise.com/test

    1) when you click on Jeans, you will see the subcategory images. i would like to set that up so it comes up 2 and 2 or 3 and 1 centered, ect.

    2) the new products arent coming in aligned properly. there will be one a line then two on a line. where can i set this up so i can evenly place 3 products on each line?

    3) also, how can i remove the text below each subcategory image

  2. #2
    Join Date
    May 2004
    Location
    Hong Kong
    Posts
    1,291
    Plugin Contributions
    1

    Default Re: product alignment problems

    First, you have the images larger and at least negected the total width provided sufficient or not.

    For your Q#1 and Q#2, you can either,
    1. wider the page width
    -- providing more width in total
    2. wider the centerBoxContents
    -- by reduce the width of the 2 side columns, then have a wider centerBoxContents
    3. reduce the width of images,

    or, reduce the margins width of the images boxes by adding the following negative values to your css and adjust them until fit,
    /* For Center Box Contents, not in rows in Index Page */
    .centerBoxContentsNew, .centerBoxContentsFeatured, .centerBoxContentsSpecials {
    margin-left: -0.5em;
    margin-right: -0.5em;
    }

    /* For SubCategories Listing not in Rows */
    .categoryListBoxContents {
    margin-left: -0.5em;
    margin-right: -0.5em;
    float: left;
    }
    For your Q#3.
    What happen if by chances some subcategories images missed?
    (may be by human errors, network problems...!)
    A New Starter again

  3. #3
    Join Date
    Jun 2006
    Posts
    71
    Plugin Contributions
    0

    Default Re: product alignment problems

    thanks a lot, its working now

    the text under the subcategory image, like after you click on Jeans, and then i have 4 subcategories. i want it to just show the picture

  4. #4
    Join Date
    May 2004
    Location
    Hong Kong
    Posts
    1,291
    Plugin Contributions
    1

    Default Re: product alignment problems

    Quote Originally Posted by rcallan515
    thanks a lot, its working now

    the text under the subcategory image, like after you click on Jeans, and then i have 4 subcategories. i want it to just show the picture
    DrByte had given answer in another thread, for removing the link text under the Subcategory Icon images.

    If other people with similar need, please refer to the thread below for details:
    Post #8 - Re: centerboxwrapper trouble

    .
    A New Starter again

 

 

Similar Threads

  1. Alignment problems
    By UnknownImp in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 20 Jan 2011, 11:44 PM
  2. Alignment problems in IE
    By rcallan515 in forum General Questions
    Replies: 3
    Last Post: 19 Sep 2006, 12:42 AM
  3. Alignment Problems
    By e-hol.co.uk in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 23 Jul 2006, 11:37 PM
  4. product alignment problems
    By rcallan515 in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 23 Jul 2006, 09:16 AM

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