Re: Footer Menu Support Thread
Quote:
Originally Posted by
gjh42
This is actually controlling the footer links' alignment:
stylesheet.css (line 426)
#navSuppWrapper {
color: #000000;
font-weight: bold;
text-align: center;
}
Change the center to left and it behaves as desired.
Thanks! That adjusted my footer link alignment.
www.prom-mart.com (test site)
I went back to the footer menu sheet "fix" and it corrects most of my other issues.
I do still think that the footer text and spacing between footer headers and links look off, but suppose will have to go with what I can.
Really wish footer menu could look like one of our other sites that came with footer menu, our main site here:
http://www.findmypromdress.com/
Normally, I can cannibalize this template's footer and put on another site. Didn't work for my zencart_zen.
SPH
Re: Footer Menu Support Thread
Clyde, still have concern with footer but will post at zencartzen template forum as I think it might be template related. sph
Re: Footer Menu Support Thread
Quote:
Originally Posted by
SPH
Clyde, still have concern with footer but will post at zencartzen template forum as I think it might be template related. sph
You can adjust the margin and padding setting to your liking
Code:
#navSuppWrapper li {margin:0;padding:0;}
#navSuppWrapper li a:link {letter-spacing:.1em;color:#444;margin:0;padding-left:2em;padding-bottom:.3em;font-size:.9em;display:block;}
#navSuppWrapper li a:visited {letter-spacing:.1em;color:#444;margin:0;padding-left:2em;padding-bottom:.3em;display:block;}
#navSuppWrapper li a:hover {letter-spacing:.1em;color:#444;margin:0;padding-left:2em;padding-bottom:.3em;display:block;}
#navSuppWrapper li a:active {letter-spacing:.1em;color: #444;margin:0;padding-left:2em;padding-bottom:.3em;display:block;}
.menuTitle {margin:0;padding-bottom:.3em;text-align:center;font-size:1.1em;font-weight:bold;}
.first, .second, .third {border-right:1px dotted #000;}
#siteinfoLegal {
margin:0 auto;
padding: .5em 0 0;
font-size: 0.9em;
text-align:center;
width:100%;
line-height:normal;
clear:both;
}
Re: Footer Menu Support Thread
www.prom-mart.com (test site)
Well, slap me on the head. Just noticed homepage text that IP in footer is turned off by default. I thought something was wrong with whole footer/menu.
Thanks, I may play with the margin/padding settings.
sph
Re: Footer Menu Support Thread
http://www.prom-mart.com/index.php?main_page=contact_us
The missing red asterisks on Contact Us was apparently my operator error*. I just reinstalled zencartzen and got them back. I probably messed up with the Captcha on initial install. Not footer menu issue.
Sorry about that.
sph
*When I looked again, Contact Us was more messed-up than just the missing red asterisks. Did not look anything like it now does.
Re: Footer Menu Support Thread
Hi SPH,
Your site look sgreat! Just wondering... how did you do the facebook/twitter icons at the bottom?
Thanks!
Frans
Re: Footer Menu Support Thread
Quote:
Originally Posted by
fjutt
Hi SPH,
Your site look sgreat! Just wondering... how did you do the facebook/twitter icons at the bottom?
Thanks!
Frans
That template is the All business template You should ask this question in that support forum.
Re: Footer Menu Support Thread
Hi there,
First off, nice looking addon, really adds that finishing touch.
My problem is as follows: My legal disclaimers which are in red text sits on top of the menu. Now i have searched this thread and tried the fixes that were suggested but nothing changed.
What is odd is that it looks ok on certain computers/browsers, but worng on others. For example on my laptop it looks fine, does not sit on top of the menu. On my destktop screen (24 inch) it looks ok with firefox but wrong with IE. And on someone else's laptop it also looks wrong.....any ideas?
Site URL: www.worldwariiattic.com
Thanks in advance
Re: Footer Menu Support Thread
Quote:
Originally Posted by
Sturmgeschutz
Hi there,
First off, nice looking addon, really adds that finishing touch.
My problem is as follows: My legal disclaimers which are in red text sits on top of the menu. Now i have searched this thread and tried the fixes that were suggested but nothing changed.
What is odd is that it looks ok on certain computers/browsers, but worng on others. For example on my laptop it looks fine, does not sit on top of the menu. On my destktop screen (24 inch) it looks ok with firefox but wrong with IE. And on someone else's laptop it also looks wrong.....any ideas?
Site URL:
www.worldwariiattic.com
Thanks in advance
Try making the highlighted changes
<div id="siteinfoLegal" class="legalCopyright">Copyright © 2011 <a href="http://www.worldwariiattic.com/index.php?main_page=index" target="_blank">The World War II Attic - Military Toy Store</a>.<br /><font color="#ff0000">Disclaimer:These products are for historic education purposes only and are not
intended to glorify, nor exploit the atrocities of war.</font><br />
<font color="#ff0000">All items found on this site are for adult collectors and not toys for small children. Caution: Choking Hazard.</font></div>
Re: Footer Menu Support Thread
I put a few of those in there until the text was no longer on top of the menu and it seems to be working....thak you good sir.