Spacing Mega menu
-
Hello guys,
My mega menu having half inch space between menu’s left corner and first menu “Home”. how to remove this space????/* Main menu styles */
.dcjq-mega-menu ul.menu {
background: #222 url(skins/images/bg_red.png) repeat-x 0 -80px;
width: Auto;
height: 40px;
border-right: 1px solid #FF0000;
border-left: 1px solid #FF0000;
position: relative; /* Important – required for positioning of mega menu */
font: normal 13px Arial, sans-serif;
line-height: 16px;
}
.dcjq-mega-menu ul.menu li {
float: left;
font-weight: bold;
}
.dcjq-mega-menu ul.menu li a {
float: left;
display: block;
padding: 12px 24px;
background: url(skins/images/bg_red.png) repeat-x 100% 0;
color: #fff;
text-shadow: 1px 1px 1px #000;
text-decoration: none;
}
- The topic ‘Spacing Mega menu’ is closed to new replies.