Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • nefar Friend
    #136848

    Ok

    Load up http://www.treespun.com/index.php?/Bob-s-Shop/Wine-Bottle-Stoppers/38-Exotic-Bocote-Wine-Bottle-Stopper.html

    In IE

    Now load http://www.treespun.com/index.php?/Bob-s-Shop/Wine-Bottle-Stoppers/38-Exotic-Bocote-Wine-Bottle-Stopper.html

    In Firefox

    You will see that in firefox the extra images are displayed vertically. Which I like.
    However in IE (always fricking IE giving me headaches) the extra pictures go horizontal.
    I want them verticle like Firefox.

    I think the line to edit is

    .vm-product-img {fetchscr…imbox.css (line 521)
    padding-top:10px;
    text-align:center;

    Though I am not really sure, I’m still not very familiar with CSS. Does anyone have a fix for this issue or know what line/file must be edited?

    Thanks

    scotty Friend
    #285290

    Try this in a css file…

    .browseProductImage {
    padding: 0 10px 5px;
    }

    nefar Friend
    #285452

    Little confused : you want me to add this in as a new css or find it?

    I did a file search on entire structure and was only able to find the line :

    .browseProductImageContainer {
    border: 2px solid #397c24;
    float: left;
    padding: 2px;
    }

    in theme.css

    scotty Friend
    #285453

    yea the class is written into the HTML but it is not defined in any of the CSS. You can add it to any css file but probably best in theme.css

    nefar Friend
    #285475

    No luck there — put that line in on my test bed :
    http://www.treespun.com/dev/index.php?/Bob-s-Gift-Shop/Wine-Bottle-Stoppers/View-all-products.html

    it did two things, with this page you can see it expanded the outer green box and if you follow the link to see additional pictuers in details. It spread them out some but did not align them vertical.

    Good Old Interent Explorer LoL — In firefox it merly gave the additional pictures a little padding which I think actually looks a little better.

    Course now that I see what my extra green padding looks like in IE compared to Firefox I’m tempted to remove it.

    scotty Friend
    #285476

    You could try increasing the 10px to 20px and maybe change the padding to margin…

    anisjolly Friend
    #285480

    Hey nefar

    just removed my first answer as it won’t work. doh!

    However, have a look at the module you’re using. It seems that the module itself is placing those 2 images together without the relevant break gaps < BR /> where as the first image has those breaks in place.

    hence IE is rendering the images thinking they’re next to each other. that’s where the code is going wrong.

Viewing 7 posts - 1 through 7 (of 7 total)

This topic contains 7 replies, has 3 voices, and was last updated by  anisjolly 15 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum