Results 1 to 3 of 3
  1. #1
    Join Date
    May 2010
    Location
    Whitchurch, Hampshire, UK
    Posts
    71
    Plugin Contributions
    0

    cart error Additional Images Layout

    Hello Zenners,

    I have been playing around with my Product Info layout, and have come across a problem.

    At the moment, the Additional Images section (AIS) is up next to the Product Image. That's what I intended.

    However, if there are more products than can fit on the first row, instead of creating a new row directly below the first, it starts a new row underneath the Main Image, which just looks messy.
    Example here: http://www.the-ishop.co.uk/crystal-c...e-4-p-142.html

    Is there a way that I can reformat the AIS to just create a row directly beneath the first?

    Thanks
    The iShop: Make it Yours

    Apple, BlackBerry, HTC, Samsung and Audio Accessories www.the-ishop.co.uk

  2. #2
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Additional Images Layout

    Again you would have to use the <br class="clearBoth">
    after the Poduct name like we did last time..

    Then:
    admin panel/ configuration/ images/ Product Info - Number of Additional Images per Row

  3. #3
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Additional Images Layout

    Ok, that works, but a little tacking..

    Add this to the bottom of the stylesheet.css
    .additionalImages {
    width: 120px ! important;
    }

    #productAdditionalImages .clearBoth {
    display: none;
    }
    Find this in the stylesheet.css
    #productAdditionalImages {
    border: 1px solid #E1E1E1;
    margin: 5px;
    padding: 5px;
    }
    Change to this:
    #productAdditionalImages {
    border: 1px solid #E1E1E1;
    margin: 5px;
    padding: 5px 0 5px 18.5em;
    }
    I don't know if this is hard coded in your custom template but we have to get rid of the highlighted red text below: It is place right after your 6th additional image
    <div class="additionalImages centeredContent back" style="width:10%;">
    <div class="clear"></div>

    <div class="separator">&nbsp;</div>
    <div class="additionalImages centeredContent back" style="width:10%;">

 

 

Similar Threads

  1. Layout of Additional of Additional Product Images - Possible Bug?
    By RatMonkey in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 25 Mar 2011, 02:21 PM
  2. additional images layout
    By Checooper in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 7 Oct 2010, 03:19 AM
  3. Additional Images Layout
    By edeades in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 5 Jun 2009, 03:16 AM
  4. Additional Images Layout
    By mheishman in forum Basic Configuration
    Replies: 37
    Last Post: 25 Mar 2009, 12:34 AM
  5. Layout for additional images
    By libragear in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 6 May 2008, 05:30 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