Jump to content

reducing size of search & Currency bar


roryt

Recommended Posts

Hi Guys

Im using the Mican template on a 6.2.9 install and I would like to reduce the size of the search & currency barĀ  directly under the header. Can someone give me a clue as to how I can do this.

Link to comment
Share on other sites

In the Mican skin template main.php, the code:

	<div id="header">
		<div id="boxes">
	   		{$SEARCH_FORM} {$LANGUAGE} {$CURRENCY}
		</div>
	  	<div id="cart_box">
	  		{$SESSION}
	  		{$SHOPPING_CART}
	  </div>
	</div>

and the CSS for #header #boxes {} at line 82 in common.css defines its dimensions.

(If you do not see an immediate change, be sure to have your browser forced to reload the page resources - usually with CTRL-F5.)

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...