• Resolved Tanxx1

    (@tanxx1)


    I’ve change the CSS to the dimensions of my logo image which happens to be 64px tall. Now there is a gap under the menu that I’d like to remove by making the menu taller. Is this possible, if so where/how?

Viewing 7 replies - 1 through 7 (of 7 total)
  • DesignsByTrey

    (@designsbytrey)

    Can I please have the link to your website?

    DesignsByTrey

    (@designsbytrey)

    This is most likely caused by your margin settings in your CSS.

    Thread Starter Tanxx1

    (@tanxx1)

    My website is http://skytechnologysolutions.com

    It’s not a margin issue in CSS, with the image set at 40px height, there’s no gap, with it set at 64px, there’s 24px gap.

    DesignsByTrey

    (@designsbytrey)

    The problem is the line-height for the individual list items of your nav menu’s ul.

    Add this to your custom CSS:

    .nav>li {
    line-height: 45px;
    }

    http://screencast.com/t/lSHOYkrmi

    Thread Starter Tanxx1

    (@tanxx1)

    Thank you. That resolved the issue. My appreciation Sir.

    DesignsByTrey

    (@designsbytrey)

    Glad I could help. 🙂

    Hari Maliya

    (@harimaliya)

    Hi Tanxx

    Thanks for using our theme

    Set the logo height and width size as your specific size.

    For logo height and width to add given css code in the theme option custom css box.

    .logo-img {
        height: Add your logo height size in pixel ;
        width: Add your logo width size in pixel;
    }

    Save it.

    It will resolved your logo size issue. If have more query let me know.

    Thanks
    -Hari Maliya

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Changing the height of the menu’ is closed to new replies.