Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • sunnyjey Friend
    #190264

    I would like to reduce height of main Scrolling Menu bar, Where and what should I edit.

    Thank you in advance.

    phong nam Friend
    #504568

    Hi sunnyjey,

    Would you mind making a snapshot of your concern ? Since I am not sure i understand scrolling main menu as you asked.

    sunnyjey Friend
    #504927

    The Main Menu bar which scroll down when you moves page down. I would like to reduce height of this. Screenshot attached. Tried Firebug but couldnt locate path of CSS which renders height of this scroll menu.


    1. scroll
    phong nam Friend
    #504930

    Hi sunnyjey,

    In order to help you more easily to handle this requirement, i suggest you to create a custom.css in templates/ja_fixel/css/ path, and put below codes into:

    @media (min-width: 980px)
    .t3-mainnav.light-mainnav {
    height: 55px;
    }

    .t3-mainnav.light-mainnav .container {
    height: 55px;
    }

    .t3-mainnav.light-mainnav .logo {
    height: 55px;
    }

    #fixel-top-pannel-link {
    height: 55px;
    }
    }

    You can change to your height, but make sure that they are equal in the css classes. These will make the main-nav section look better.

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

This topic contains 4 replies, has 2 voices, and was last updated by  phong nam 10 years, 7 months ago.

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