Jump to content

[Solved] how to put a space between currency and my account at the top of the page???


Recommended Posts

Hi

If 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

Ok, then go to the template css file, which is found here: /themes/moon/css/global.css

Go 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

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