Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter HighAd

    (@highad)

    I Found the following code – however I’m not sure how to find where to load it?

    go to: dashboard —->pagelines——-> site options——–>custom code (and paste the following)

    /* enlarge catalog images */
    .products li a img {width:312px !important; height:auto !important;}
    .products li {
    width:30% !important;
    margin-right:1.6% !important;
    margin-left:1.6%; !important;
    }

    /* smaller related products images */
    .type-product .related .products li a img {width:150px !important; height:auto !important;}
    .type-product .related .products li {
    width:20% !important;
    margin-right:2% !important;
    margin-left:3% !important;
    }

    Was this resolved – I’m desperate for help with this?

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