Re: Footer Menu Support Thread
Quote:
Originally Posted by
integrity_designs
Is there any way of moving the footer menu below the copyright etc?
Kind Regards
sure, open includes/templates/YOUR_TEMPLATE/common/tpl_footer.php
find the following:
Code:
<div id="footer">
<!--bof-navigation display -->
<div id="navSuppWrapper">
<!--BOF footer menu display-->
<?php require($template->get_template_dir('tpl_footer_menu.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_footer_menu.php');?>
<!--EOF footer menu display-->
</div>
<!--eof-navigation display -->
<!--bof- site copyright display -->
<div id="siteinfoLegal" class="legalCopyright"><?php echo FOOTER_TEXT_BODY; ?></div>
<!--eof- site copyright display -->
and replace with this:
Code:
<div id="footer">
<!--bof- site copyright display -->
<div id="siteinfoLegal" class="legalCopyright"><?php echo FOOTER_TEXT_BODY; ?></div>
<!--eof- site copyright display -->
<!--bof-navigation display -->
<div id="navSuppWrapper">
<!--BOF footer menu display-->
<?php require($template->get_template_dir('tpl_footer_menu.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_footer_menu.php');?>
<!--EOF footer menu display-->
</div>
<!--eof-navigation display -->
Re: Footer Menu Support Thread
Thanks heaps Clyde
Your a legend :clap:
Kind Regards
Re: Footer Menu Support Thread
I've created a contact information title, but I'm unable to get it to display aligned as if it were a link. :frusty:www.etondiffusion.fr/librairie
Any suggestions would be greatly appreciated!!
Thank you.
Re: Footer Menu Support Thread
Quote:
Originally Posted by
parisbubbler
I've created a contact information title, but I'm unable to get it to display aligned as if it were a link. :frusty:
www.etondiffusion.fr/librairie
Any suggestions would be greatly appreciated!!
Thank you.
each line of the address section should be withing <li> </li> tags and not spaced with <br />
Re: Footer Menu Support Thread
Quote:
Originally Posted by
clydejones
each line of the address section should be withing <li> </li> tags and not spaced with <br />
Thank you for the info, that worked perfectly:clap:
I've got one more question. How do I create a slightly bigger spacing between the Menu Titles and the links. I find the links are to close to the botttom of the Menu Titles
Check it out
Re: Footer Menu Support Thread
Quote:
Originally Posted by
parisbubbler
Thank you for the info, that worked perfectly:clap:
I've got one more question. How do I create a slightly bigger spacing between the Menu Titles and the links. I find the links are to close to the botttom of the Menu Titles
Check it out
adjust the padding for the li elements in the stylesheet_footer_menu.css
Re: Footer Menu Support Thread
Quote:
Originally Posted by
parisbubbler
Thank you for your reply, but I didn't mean spacing out the links. What I want to do was have a little larger spacing between the actual menu title e.g. 'Quick Links' and the links themselves. Like maybe 5px. Is that possible? I've tried playing with the style sheet but can't seem to get any result. Any advice would be greatly appreciated
Posted via Mobile Device
adjust the padding in the following declaration (stylesheet_footer_menu.css)
.menuTitle {
padding:0 0 15px 0.3em;
text-align:center;
font-size:1.1em;
color: #ff0;
margin-top: 0;
margin-right: 0;
margin-bottom: 5px;
margin-left: 0;
}
Re: Footer Menu Support Thread
Quote:
Originally Posted by
clydejones
adjust the padding in the following declaration (stylesheet_footer_menu.css)
.menuTitle {
padding:0 0 15px 0.3em;
text-align:center;
font-size:1.1em;
color: #ff0;
margin-top: 0;
margin-right: 0;
margin-bottom: 5px;
margin-left: 0;
}
Clyde, once again thank you for your help, but that modification just don't seem to want to work. I'll just have to live it as is.
Best wishes
Re: Footer Menu Support Thread
Fantastic Mod exactly what i was looking for....
Just one question is it possible to add another column with the title "Products" and link to 5 or 6 of my main product categories?