You are here:  » Logo size


Logo size

Submitted by sydney880 on Sun, 2017-11-12 01:29 in

Hi,

I have recently upgraded to the latest version and it's good to see that on the main merchant page all of the logo's are being scaled to 228 pixels width which makes them more consistent.

Is it possible to also do this on the individual product pages where the logo of the particular merchant appears? Because some of my merchant logos are too big.

Thanks

Submitted by support on Mon, 2017-11-13 10:00

Hello Sydney,

The scaling in Merchant A-Z will be down to Foundation styling, so to duplicate for the price comparison table, edit html/default.css and look for the following code at line 203:

  .pt_pr_mlogo {
    text-align: center;
  }

...and REPLACE with:

  .pt_pr_mlogo {
    text-align: center;
  }
  .pt_pr_mlogo img {
    width: 228px;
  }

Cheers,
David.
--
PriceTapestry.com