Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • pavit Moderator
    #978517

    Hi there

    You can add to your custom.css following code :

    .t3-mainnav {
        min-height:10px;
    }
    div.t3-wrapper {
        padding-top:130px!important;
    }

    Regards


    1. Screenshot-at-ott-20-12-13-32
    zhihuazhou Friend
    #978547

    Hi, Pavit, Thank you very much for your help. I did it according to your guidance. However, when I visit the website using a small screen, it now have a big blank position. Please see the attached picture. Thank you.


    1. 11111
    pavit Moderator
    #978555

    Hi

    Try to add these new codes to your custom.css file

    @media(max-width: 767px) {
    div.t3-wrapper.layout-vertical {
    padding-top:40px!important;
    }
    }

    div.t3-wrapper.layout-vertical {
    padding-top:45px!important;
    }

    zhihuazhou Friend
    #978603

    Thank you very much. Pavit. You are a genius. The codes you provide perfectly does what I need.

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  zhihuazhou 7 years, 11 months ago.

The topic ‘How to reduce the height of mega main menu on homepage?’ is closed to new replies.