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
header navigation
Re: header navigation
Did you by any chance made changes to CSS classes 'headerContent' or 'shortcuts' ?
-
- Ensign (ENS)
- Posts: 10
- Joined: Thu Apr 03, 2008 1:56 pm
Re: header navigation
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;}
/* 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;}
- jmestep
- AbleCommerce Angel
- Posts: 8164
- Joined: Sun Feb 29, 2004 8:04 pm
- Location: Dayton, OH
- Contact:
Re: header navigation
You can compare those sections of the stylesheet with one from another theme. That should show the difference.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
-
- Ensign (ENS)
- Posts: 10
- Joined: Thu Apr 03, 2008 1:56 pm
Re: header navigation
thank you! It was the margin setting 
