View Single Post
  #286  
Old 02-18-2011, 09:30 PM
 
JDAM1 JDAM1 is offline
 

Member
  
Join Date: Aug 2010
Posts: 11
 

Default Re: X-Cart Smart Template v4.4.x

To change the height for the Nivo slider if using smaller images:

Quote:
skin/smart_template/custom/js/sliders/nivo

Quote:
#slider-wrapper {
width:540px;
height:87px;
margin:0 auto;
padding-top:0px;
margin-top:0px;
}

#slider {
position:relative;
width:540px;
height:87px;
margin:0 auto;
background:url(loading.gif) no-repeat 50% 50%;
margin-bottom: 24px;

Not sure if I had to change both to 87px for my images but it worked.
__________________
X-Cart 4.4.4
Smart Template
CDSEO
Reply With Quote