Jump to content

(SOLVED) CSS error in buying process


Recommended Posts

it's because the font-size is too big.

 

open global.css file located in your theme directory and add font-size param to the:

 

ul.step li {
font-size: 9px;
float: left;
height: 52px;
width: 151px;
text-align: center;
text-transform: uppercase;
background: url(../img/step_standard.gif) no-repeat center bottom transparent;
}

 

you can also try to change the width:151px; - just increase the value of this param

Link to comment
Share on other sites

×
×
  • Create New...