Guest Posted December 17, 2003 Posted December 17, 2003 Here is what I am looking at if ($cart->count_contents() > 0) { $info_box_contents[] = array('text' => tep_draw_separator()); $info_box_contents[] = array('align' => 'center', 'text' => $currencies->format($cart->show_total())); I would like to also make the font bigger. I tried to use the style sheet to do this but to no avail Any help would be greatly appreciated. Gary
dchockenberry Posted December 17, 2003 Posted December 17, 2003 go into the stylesheet again and change "px" to "pt" ..... this way all of your font sizes will now be based on the normal point system rather than pixels. you'll have to go back and change them accordingly though because 18px isnt the same as 18pt font
Recommended Posts
Archived
This topic is now archived and is closed to further replies.