Jump to content

Currency button


Recommended Posts

Hi there friendly wizzards.

Need to increase the size of the currency buttons on FO. When curency code (as £) has three letters like DKK (Danish crowns) the currency buttons become messy. I tried playing around with Themes/prestashop/css/global.css around line 700 but could not find the solution.

Many thanks

Dan

Link to comment
Share on other sites

  • 3 weeks later...

In Themes/prestashop/css/global.css goto line 721 and change the width to 3.5em, see below

#header #currencies_block_top ul li a {
display:block;
font-size:0.8em;
background-color:#f1f2f4;
border:#595a5e 1px solid;
text-decoration:none;
width: 3.5em;
line-height: 1.5em;
text-align: center;
vertical-align: middle;
}

This should resolve the issue.

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...