Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • davidyv Friend
    #143514

    Hello,

    My products have more images, the details page no problem in IE8 and Firefox, but it have some problem with IE7: these more images(no main images) is horizontal not verticalthe, and “add to cart” is Incomplete, the url is:

    Thanks in adavance for a reply.

    Best,

    David

    Anonymous Moderator
    #315295

    Hi

    Please open components/com_virtuemart/themes/ja-zeolite/theme.css file, add following code to the end of file:

    .vm-product-img a {
    float: left;
    }

    – In this file, find following code:


    .next_page {
    background: url( 'images/next_16x16.png' ) no-repeat right;
    padding-right: 30px;
    line-height: 20px;
    float: right;
    width: auto;
    font-weight: bold;
    }

    .previous_page {
    background: url( 'images/previous_16x16.png' ) no-repeat left;
    padding-left: 30px;
    line-height: 20px;
    float: left;
    width: auto;
    font-weight: bold;
    }

    and change to:


    .next_page {
    background: url( 'images/next_16x16.png' ) no-repeat right;
    padding-right: 30px;
    line-height: 20px;
    float: right;
    width: 45%;
    font-weight: bold;
    }

    .previous_page {
    background: url( 'images/previous_16x16.png' ) no-repeat left;
    padding-left: 30px;
    line-height: 20px;
    float: left;
    width: 45%;
    font-weight: bold;
    }

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

This topic contains 2 replies, has 2 voices, and was last updated by Anonymous 15 years, 2 months ago.

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