bambi Posted February 23, 2009 Share Posted February 23, 2009 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 thanksDan Link to comment Share on other sites More sharing options...
bambi Posted February 26, 2009 Author Share Posted February 26, 2009 Anybody????How can I increase the size of the currency buttons on FO (home) page?ThanXDan Link to comment Share on other sites More sharing options...
Raver Posted March 20, 2009 Share Posted March 20, 2009 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 More sharing options...
bambi Posted March 20, 2009 Author Share Posted March 20, 2009 Hi RaverThanX a lot for your reply. I eventually found out myself how to do it...I should have postd my "findings" on the forum but forgt.Cheers Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now