Jump to content

Cahnge the width on the cart buttons


Recommended Posts

You can change lines 115-116 of modules/blockcart/blockcart.tpl:

<a href="{$base_dir_ssl}order.php" class="button_small" title="{l s='Cart' mod='blockcart'}">{l s='Cart' mod='blockcart'}
<a href="{$base_dir_ssl}order.php?step=1" id="button_order_cart" class="exclusive" title="{l s='Check out' mod='blockcart'}">{l s='Check out' mod='blockcart'}



By default, the cart button is the "small" size and the check out button is the "medium" size. You can change the "button_small" to "button" to increase it to the "medium" size, but then the two buttons won't fit together on the same line. You may need to change the width of the buttons in the /* global button */ section of global.css and change the button images to match.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...