Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #487229

    I am probably not going to use the right words, but hopefully somebody can interpret in common use. I want to reduce the area size of a drop down menu from my top menu bar. The example on http://kriesi.at/themes/enfold/homepage/home-v8-frontpage-shop/ for portfolio or blog is what I am looking to achieve.

    Any help?

    Derrick

    #487379

    Hey Derrick!

    You can use the below css as an example:

    #top #header .mega_menu_title a {
        font-size: 12px !important;
    }
    
    #top #header .avia_mega_div > .sub-menu {
        padding: 20px 30px 0px !important;
    }

    You can adjust the font size and width to your liking, but it appears that you are using a mega menu instead of a basic drop down list.

    May we have temporary access to your website if you’re having issues achieving the look that you want?

    Regards,
    Dake

    #489031

    Thank you Dake. That is just what I needed. I just turned off the mega menu feature.

    Thanks

    Derrick

    #489176

    Hi!

    You’re welcome, glad I could help :)

    Please let us know if you ever need help in the future.

    Regards,
    Dake

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Drop down area size’ is closed to new replies.