header navigation

Store UI, layout, design, look and feel; Discussion on the customer facing pages of your online store. Cascading Style Sheets, Themes, Scriptlets, NVelocity and the components in the ConLib directory.
Post Reply
ruggedcross
Ensign (ENS)
Ensign (ENS)
Posts: 10
Joined: Thu Apr 03, 2008 1:56 pm

header navigation

Post by ruggedcross » Fri Apr 04, 2008 8:40 am

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

User avatar
sohaib
Developer
Developer
Posts: 1079
Joined: Fri Jan 23, 2004 1:38 am

Re: header navigation

Post by sohaib » Fri Apr 04, 2008 9:16 am

Did you by any chance made changes to CSS classes 'headerContent' or 'shortcuts' ?

ruggedcross
Ensign (ENS)
Ensign (ENS)
Posts: 10
Joined: Thu Apr 03, 2008 1:56 pm

Re: header navigation

Post by ruggedcross » Fri Apr 04, 2008 9:22 am

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;}

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: header navigation

Post by jmestep » Fri Apr 04, 2008 9:24 am

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

ruggedcross
Ensign (ENS)
Ensign (ENS)
Posts: 10
Joined: Thu Apr 03, 2008 1:56 pm

Re: header navigation

Post by ruggedcross » Fri Apr 04, 2008 9:29 am

thank you! It was the margin setting :)

Post Reply