Page 1 of 1

header navigation

Posted: Fri Apr 04, 2008 8:40 am
by ruggedcross
Not sure what I just did. making final changes to the site and how the links in the header i.e "admin my shopping cart" are all bunched together with no spacing between the words. Not sure what I did to break it.

site location is http://216.139.236.196

Re: header navigation

Posted: Fri Apr 04, 2008 9:16 am
by sohaib
Did you by any chance made changes to CSS classes 'headerContent' or 'shortcuts' ?

Re: header navigation

Posted: Fri Apr 04, 2008 9:22 am
by ruggedcross
I believe I did but can't find what i changed. im in that section of the style.css it reads as follows.

/* used for any content besides the logo in the header */
#storeHeader .headerContent
{
height: 95px;
margin: 4px;
width: 500px;
position: absolute;
top: 0px;
right: 20px;
}

/* style for container of shortcut links that can appear in the header */
#storeHeader div.shortcuts
{
margin-top:25px;
height:20px;
}

/* style for links within shortcuts container */
#storeHeader div.shortcuts a
{
font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
display: block;
width: auto;
float: right;
font-size: 9px;
font-weight: bold;
text-transform: uppercase;
color: #A7852C;
text-decoration: none;
text-align: left;
margin:0px 0px;
text-decoration:underline;
}
#storeHeader div.shortcuts a:hover {color: #EBBB03;}

Re: header navigation

Posted: Fri Apr 04, 2008 9:24 am
by jmestep
You can compare those sections of the stylesheet with one from another theme. That should show the difference.

Re: header navigation

Posted: Fri Apr 04, 2008 9:29 am
by ruggedcross
thank you! It was the margin setting :)