
Originally Posted by
JuzJoJo
Hi there,
Hoping someone can help me.. The url is
http://scrapsncompany.com and what I'm trying to do is minimize the "white area" between the logo.. above the currency link and between the menu (quick links, shop, brands etc) and the home/log in
Thanks in advance
Try this:
In your stylesheet.css file change to:
Code:
#header-lan-curr {color: #444444;float: right;margin-top: 10px;}
#logo {margin-left: 15px;padding-left: 0;}
#navMainSearch {float: right;margin-right: 10px;margin-top: -80px;position: relative;right: 10px;top: -75px;z-index: 15000;}
in index_home.css
Code:
#content-container {margin-top: -125px;}
in stylesheet_mega_menu.css
Code:
#mega-wrapper {display: block;left: -27px;margin: 0 auto;position: relative;top: -140px;width: 1034px;z-index: 9999;}
Thanks,
Anne