Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1234014

    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

    #1234539

    Hey barrystrauss,

    Could you post a link to where we can see the element in question please?

    Best regards,
    Rikard

    #1234924

    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?

    #1234943

    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

    #1234964

    That worked! Thanks!!!

    #1234967

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Reduce line spacing in navigation widget’ is closed to new replies.