Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Alp Friend
    #973337

    Hello Everyone,

    how can I reduce the height of the bar where the search box is inherited. I would like to have it 40px high. And how can I Put my logo into this bar?

    And how can I reduce the height of the main menu?

    Tnx for your kind help in advance


    1. support
    Pankaj Sharma Moderator
    #973631

    Hi
    Logo is already in the topbar , kindly check demo site .
    For reduce height add below code in custom.css file

    .t3-header {
        height: 40px;
    }
    
    .t3-mainnav {
        top: 40px; }
    

    To reduce height you have to reduce the padding of menu items
    add below code in custom.css

    @media (min-width: 1200px) {
    .navbar-nav > li > a {
        padding-top: 5px;
        padding-bottom: 5px;
    }}

    Save and check this may affect te style of menu items .

    Alp Friend
    #973750

    Hi I put in the the code into custom.css with following result:

    http://prntscr.com/cq3jg7

    the height of the main menu did not change.

    Regarding the menu, how can I change the background color or make it transparent?

    Tnx a lot for your kind help,
    best regards,

    Alp

    Pankaj Sharma Moderator
    #973916

    Hi To reduce height off-canvas use this code

    .off-canvas-toggle {    height: 40px; }
    .t3-mainnav {
        min-height: 60px!important;
    }
    
    .t3-mainnav {
        background-color: transparent!important;
    }
Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 3 replies, has 2 voices, and was last updated by  Pankaj Sharma 7 years, 7 months ago.

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