Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #100662
    Kjell Andersson
    Participant

    Hello
    I Wonder if it possible to change the height of the menu in the Kathmandu Pro and where I can do that and if someone have a proper code for it?
    I have search the forum and I did find some answer, but that was for the freebie version. All help are really appreciated.

    Thanks

    #100683
    Pratik
    Participant

    Hi Kjell,
    Can you please post in your site url?

    #100684
    Kjell Andersson
    Participant

    Hello Pratik.
    Here is the URL of my site.

    genealogi.org

    I need to change the height the brown menu that says
    Start Vår släktresa Kyrkan i släkten Släktsidor

    Thank you for your effords and tryings

    #100689
    Kjell Andersson
    Participant

    Pratik
    Did you understand what I mean?

    #100716
    Pratik
    Participant

    Hi @kjell,
    To decrease the height, try following CSS code in Appeareance=> Customize=> Theme Options=> Custom CSS box:

    @media screen and (min-width: 1153px) {
        #secondary-menu ul.menu a { padding-top: 0; padding-bottom: 0; }
        #secondary-menu ul.menu ul { top: 45px; }
    }

    Let me know how it goes.

    Regards,
    Pratik

    #100736
    Kjell Andersson
    Participant

    Hello again Pratik.
    Thank you for your help, that worked out well. I have just a question regarding this code.

    If you see image below then you can se the menu as is original. there is dropdown menu below the menu field.

    before

    Here can you see the image after I past in the code and change 45px,it look like it is overlaped.

    After
    Is there any chance that I can change the code so its not overlaping the menu?

    My second question I wonder is following.

    In your Kathmandu demo theme you have a nice menu system in the footer. Is there any chance that you can past that code to me so I also can put that in the CSS box?

    footer

    I really appreciate you help, thank you very much.

    Regards
    Kjell

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Change menu height’ is closed to new replies.