I would like to get rid of a small amount of space at the top of the center column so that all the columns are level. Can anyone advise on this? _thanks
I would like to get rid of a small amount of space at the top of the center column so that all the columns are level. Can anyone advise on this? _thanks
Last edited by haredo; 7 Mar 2009 at 11:44 PM.
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting
here's the link
G_f,
You have a few major issues to control this:
If live in the US, pm me your phone number
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting
I live in the UK I'm afraid
G_f,
Ok,
- Did you purposely hard code out the Home and Log In above the banner image?
- Do you even want a breadcrumb, navigation bar above the center page?
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting
1. Yes - it seemed the easiest way to do it at the time.
2. No
#navBreadCrumb {stylesheet.css (line 320)
background-color:#FFFFFF;
display:none; << add this
font-size:0.95em;
font-weight:bold;
margin:0;
padding:0.5em;
}
thanks.. this has definitely helped a lot but it still isn't completely flush to the other columns. Is there anything else I can alter to get it there? _
.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {stylesheet.css (line 365)
padding:0.3em 0.8em 0.8em;
}
if this effects any other elements in your site . then try to create a rull for .centerColumn and apply this padding to it ..
hope this helps.