Tagged: Footer widgets
I added the navigation widget into one of the footer columns, but can’t figure out two things:
1. How do I reduce the line spacing?
2. How can I only put in the top-level menu items (not the sub menu items)
Thanks
Hey barrystrauss,
Could you post a link to where we can see the element in question please?
Best regards,
Rikard
Sure, see URL/password in private content:
For the footer navigation line spacing, I alternatively removed the navigation widget from the footer column (the middle column) and just added simple html instead. That fixed what I needed (I’ll just have to remember to change it if we have changes to the menu items so they match.)
I do have another question: how can i make the top small purple menu bar deeper (i.e., put in more padding above and below the text), and make the line spacing larger when viewing on a phone?
Hi,
Add this to quick css:
#header_meta{
padding:20px!important;
}
@media only screen and (max-width: 767px){
#avia2-menu a{
line-height:20px!important;
}}
Best regards,
Jordan Shannon
That worked! Thanks!!!
Hi,
No problem, I’m happy to help. If you need anything else, please let us know here in the forums.
Best regards,
Jordan Shannon