For those experiencing problems with the footer menu css, you can replace the current stylesheet with the one contained in the attached zip file.
This fix will be included in the next update of the mod.
stylesheet_footer_menu.zip
For those experiencing problems with the footer menu css, you can replace the current stylesheet with the one contained in the attached zip file.
This fix will be included in the next update of the mod.
stylesheet_footer_menu.zip
Hi Clyde,
I put the new css in the css folder as instructed, but there is still no column action.
Other thoughts?
Thanks for your efforts on this by the way. It is really worth while... and I am sure it will work! Just a few adjustments.
I will check to be sure I have all your files in the correct places, but I think I have done that already.
Yes, I have triple check. They are all there in the right places and I have put in the new css file.
No change.
Last edited by filmlover7; 26 Nov 2010 at 01:43 AM. Reason: update.
Here you go.
http://ashtonwines.com/shop/
Actually, I can clearly see the css file on my hosting server. Here it is copied from the .../shop/includes/templates/my-custom-name/css/stylesheet_footer_menu.css directory
===================
#footer {
margin: 0 auto;
text-align: left;
background: url(../images/footer_bg.gif);
width: 960px;
height:112px;
clear:both;
}
#navSuppWrapper {
margin: 10px 5px 10px;
padding: 0;
background:none;
color: #444;
width:100%;
}
#navSuppWrapper dl {margin: 0 0 3px 0;padding:0;clear:both;height:79px;width:100%;}/*Adjust the height and width of the menu*/
#navSuppWrapper dt {margin-bottom:.3em;font-weight:bold;}
#navSuppWrapper dd {margin:0;padding:0;float:left;width:24.3%;}/*Column width of the menu - currently set for 4 columns*/
#navSuppWrapper ul {margin:0;padding:0;list-style: none;}
#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;
}
#siteinfoLegal a {padding: 0 0.5em 0 0.5em;color: #000;font-weight:bold;white-space: nowrap; }
#siteinfoLegal a:hover {color: #000;background: #EAC27C;}
Something is preventing the stylesheet from rendering
there is a 403 forbidden error being generated.
Bookmarks