adeel12 Posted July 6, 2011 Share Posted July 6, 2011 HiIf you can have a look at my site www.romantic-rooms.co.uk At the top of the page the currency signs are too close to 'welcome' at the top right im hoping to put a space between the two of them?How can i achieve this? Not the best with coding. Link to comment Share on other sites More sharing options...
Cosmi Posted July 6, 2011 Share Posted July 6, 2011 You need to go in your template directory and open to edit header.tplFind And replace with This should do the trick. Link to comment Share on other sites More sharing options...
adeel12 Posted July 7, 2011 Author Share Posted July 7, 2011 Hi Cosmi, thanks for the reply, I have went into my header.tpl file and nothing is there. What I had done was copied the black and white theme into my prestashop. Link to comment Share on other sites More sharing options...
Cosmi Posted July 7, 2011 Share Posted July 7, 2011 Ok, then go to the template css file, which is found here: /themes/moon/css/global.cssGo to line 205 and replace this: #header #currencies_block_top {margin: 0.6em 1.4em 0 0; float: right;} with this: #header #currencies_block_top {margin: 0.6em 8px 0 0; float: right;} What it does is add a 8px margin to the right of the box #currencies_block_top (instead of 1.4em), which is what you need. 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