test
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • habdul Friend
    #1043545

    Hello and compliments of the day,

    Please I want to find out how:

    1. To reduce the vertical space between the Main menu and main content
    2. To remove the Main menu (users will use off-canvas menu to navigate site on desktop)

    Thanks a lot.

    Hassan


    1. Removing-space-after-main-menu
    Pankaj Sharma Moderator
    #1043644

    Hi
    The space between menu and content is the normal padding.
    Add below code in custom.css file to remove it

    .t3-mainbody {
        padding-top: 0px;}

    Add this code in custom.css to hide main menu

    .t3-mainnav {
        display: none;
    }

    Regards

    habdul Friend
    #1043774

    Hello Pankaj,

    Thanks for the tips. Will give them a try now.

    Regards

    Hassan

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

This topic contains 2 replies, has 2 voices, and was last updated by  habdul 7 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum