Tagged: ,

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

    making site is http://hanione.cafe24.com/
    I enlarge main menu height but main content area does not match to main menu.
    (using this css
    #top #header .av-main-nav > li > a {
    font-size: 16px!important;
    }
    /*default header: main logo and main menu height. increase max value if you want to use a bigger logo*/
    #header_main .container, .main_menu ul:first-child > li a {
    height: 120px ;
    line-height: 120px ;
    }
    )

    So I want to make the gap “0” so my main content not covered.(see http://hanione.cafe24.com/enfold.jpg )

    Thanks in advance and hope good news.

    #857911

    Hey teron0979,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .html_header_top.html_header_topbar_active.html_header_sticky.html_bottom_nav_header #top #main {
        padding-top: 203px;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #857912

    It works greatly!
    Thanks Victoria have a nice day..!

    #858256

    Hi,

    I’m glad you were able to get this addressed. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘enlarge menu height than it does not match content area’ is closed to new replies.