Results 1 to 5 of 5
  1. #1
    Join Date
    Aug 2010
    Posts
    202
    Plugin Contributions
    0

    Default additional images question

    On my product page i have additional images that i have displaying. they are way off. i want them to be right next to eachother. Point in the right direction would be appreciated thank you

  2. #2
    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    2,279
    Plugin Contributions
    0

    Default Re: additional images question

    need to see your site for more help. but more often adjustment to any elements in your page can be done using your CSS .
    I suggest installing firebug or developer tool bar for firefox browser and use one of those tools to find the correct css to fix your problem .

  3. #3
    Join Date
    Aug 2010
    Posts
    202
    Plugin Contributions
    0

    Default Re: additional images question

    www.notoriousarc.com

    ya i try using that but i only seem to be able to fix minor things. maybe im not using it right

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

    Default Re: additional images question

    This is an odd situation. The rules of CSS state that a stylesheet will override inline styling if !important is added to the property value, but that is not working in this case.

    .additionalImages {width; 20em !important;}
    does nothing in any location in the stylesheet, but

    .additionalImages {margin: 0 -10%;}
    will bring the additional images together. This could backfire if you have more than 3 of them, though, as the same amount of shrink applies; they could end up running into each other.

  5. #5
    Join Date
    Aug 2010
    Posts
    202
    Plugin Contributions
    0

    Default Re: additional images question

    awsome! that did the trick. thank you

 

 

Similar Threads

  1. Additional Images Question...
    By peteranthony in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 16 Mar 2011, 05:06 PM
  2. Additional Images Question
    By laurenjj in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 7 Oct 2008, 06:32 PM
  3. Additional Images Question
    By Insight in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 16 Nov 2007, 12:45 PM
  4. Additional Images Layout Question
    By paperzombie in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 13 Jul 2007, 01:34 PM
  5. Additional images question.
    By len7560 in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 26 Jun 2007, 06:33 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