Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    May 2010
    Posts
    36
    Plugin Contributions
    0

    Default Additional Image layout problem

    Hi,
    I am using version 1.3.9h with the Additional Product Image mod install (to make it easier for the website owner to add additional images). I have a layout issue which i am not sure how to solve.
    Here is an example of what i mean:
    http://www.purpleandblacktruro.co.uk...products_id=34
    I want the images to display horizontally with a gap between each image. I added this to my stylesheet:
    Code:
    .additional-images {
    	float: left;
    	margin: 0em 1em 1em 0em;
            }
    but then the "write review", "this product was added on...." and "tell a friend" buttons and text is all displayed next to the images which i do not want.

    Any help would be great.

    Thanks

  2. #2
    Join Date
    Apr 2009
    Posts
    2,134
    Plugin Contributions
    3

    Default Re: Additional Image layout problem

    You need to clear the float before the buttons because they are floated too.

    So either put a <br class="clearBoth"/> into the code above them or add the css rule

    clear:both;

    to the rules for the buttons. You can target the buttons with their IDs.

  3. #3
    Join Date
    May 2010
    Posts
    36
    Plugin Contributions
    0

    Default Re: Additional Image layout problem

    Thank you, i thought it was something like that but wasnt sure how to do it.
    Works great

 

 

Similar Threads

  1. Additional Product Image Layout Help
    By allshippedout in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 7 Mar 2012, 04:00 PM
  2. Problem with additional images layout
    By webmiss in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 13 Nov 2011, 11:00 PM
  3. Additional images layout problem
    By Rizla in forum General Questions
    Replies: 3
    Last Post: 16 May 2011, 08:40 PM
  4. Problem with description / additional image layout
    By styggie in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 9 Jun 2008, 01:13 AM
  5. Additional image layout gone wrong
    By partyparcels in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 19 May 2008, 11:35 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