Jump to content

[Solved] Aligning currencies


Recommended Posts

Try global.css #header_right #currencies_block_top
Change the width size.


Thank you for the reply BUT i don't see that line in the global.css file
This is what i have since iam using a purchased theme :

/* block top currencies */
#header #currencies_block_top {
margin: 0.4em 0.5em 0 0;
float: middle;

}

#header #currencies_block_top ul {
float: left;
height: 1.5em;

}

#header #currencies_block_top ul li {
float:left;
margin-right:0.2em;

}

#header #currencies_block_top ul li a {
display:block;
font-size:0.8em;
background-color:#f1f2f4;
border:#595a5e 1px solid;
text-decoration:none;
min-width: 1em;
padding: 0px 2px 0px 3px;
line-height: 1.5em;
text-align: center;

}

#header #currencies_block_top ul li a:hover {
background-color:white;
color: black;

}

#header #currencies_block_top ul li.selected a {
border: none;
background-color: transparent;
font-size: 1.1em;
line-height: 1.2em;
font-weight: bold;
color: black;
border:1px solid white;

}

#header #currencies_block_top p {
clear: left;

}

Maybe you can plse direct me where and what i should change!

BTW - was checking out your site and noticed an error on your "contact" page :
http://www.iwantanonlineshop.com/contact.php
Link to comment
Share on other sites

Thanks juanv for letting me know about the contact page, all fixed now.
Can you let me have the URL of your site, it's easier to tell you what changes to make & where.


Your most welcome, i did manage to fix my issue thanks to you :)

I found the attribute to change in my blockcurrencies.css file

Have a great One
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...