Can someone help? I'm trying to get rid of the margins on the left and right of the screen, but they wont go away:
http://www.fppl.net/zencart
Can someone help? I'm trying to get rid of the margins on the left and right of the screen, but they wont go away:
http://www.fppl.net/zencart
Dr,
I need a working url to your website to view the problem please.
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 see you have a cart installed at http://www.fppl.net/zen - and if this is where the issue is, you need to edit your CSS file. Change the navMainWrapper, which is currently set for 750px to 100%. This will remove the blank space on the left and right.
Write down all changes you make and where you make them. This way if you don't like the results you can change things back.
I hope this is the info you need?
Steve
Zen cart version: 1.3.9h
oo.. sorry guys. I had a server problem. Its up now. I just want to get rid of the margins on the left and right. Sorry about that and thanks for the help. :)
Dr!
I can't view you site in Firefox.
In your override folder stylesheet.css
Look for:
#navColumnTwoWrapper {
margin-left: 0.5em;
margin-right: 0.5em;
}
Change to:
#navColumnTwoWrapper {
margin-left: 0em;
margin-right: 0em;
}
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
Got it. Thanks haredo, I dont know why you cant view it. try it now?
http://www.fppl.net/zen
Now I just been to figure out the white gap in the header and fixed the forum link on the breadcrumbs... then figure out the email issue and Ill be in business :)
Dr.
Add the following declaration to your override folder stylesheet.css
- #headerWrapper {background-color: black;}
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