murcon Posted March 19, 2013 Share Posted March 19, 2013 In www.westforkarmory.com the main horizontal menu is overlaying the shopping cart field in the header. How fix? Thanks! Link to comment Share on other sites More sharing options...
tdr170 Posted March 20, 2013 Share Posted March 20, 2013 You will need to edit some css files to get things just where you want them if you turn off the CCC and change back to CSS I can take a look with my dev tool and tell you what you need to change. Link to comment Share on other sites More sharing options...
murcon Posted March 20, 2013 Author Share Posted March 20, 2013 tdr170...thanks! I have changed CCC back to CSS. Your help is appreciated. Link to comment Share on other sites More sharing options...
tdr170 Posted March 20, 2013 Share Posted March 20, 2013 (edited) 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 March 20, 2013 by tdr170 (see edit history) 1 Link to comment Share on other sites More sharing options...
murcon Posted March 20, 2013 Author Share Posted March 20, 2013 Worked like a charm...thanks!! 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