View Single Post
  #4  
Old 11-06-2014, 08:12 PM
  iClerisy's Avatar 
iClerisy iClerisy is offline
 

Senior Member
  
Join Date: Mar 2010
Posts: 103
 

Default Re: Editing Image Sizes

KraZed,

Did you try this webmaster mode : https://www.youtube.com/watch?v=9QrpH4cQGpE ?
I am sure this way you can find a template you are using.

However as you find a CSS you can specify height and width there directly.


.menu-manufacturers td a img {
-ms-filter: alpha(opacity=30);
filter: alpha(opacity=30);
height:auto;
width:140px;
}


Let me know if you need more help.
__________________
Dhvanit Upadhyay
Professional X-cart Service | Former Partner X-cart.es
Skype : dhvanit.upadhyay
https://www.linkedin.com/in/dhvanit/
Reply With Quote