Jump to content

top horizontal menu overlaps cart field


Recommended Posts

Edit global.css and find the section below and change the margin to 45 as below.

 

 

/* ————— tmcategories.tpl ————— */

#tmcategories {height:57px;margin:45px 0 0 0;background:url(../img/tmc_bg.png) 0 0 no-repeat;}

 

This will add some space between the menu and the header.

 

 

 

Then you can move the cart to the right by changing the right:239 to 20 as below.

 

/* ————— blockcurrencies.tpl ————— */

 

#shopping_cart {width:155px;height:28px;padding:6px 0 0 38px;background:url(../img/header_cart.png) 0 0 no-repeat;position:absolute;right:20px;top:84px;}

Edited by tdr170 (see edit history)
  • Like 1
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...