Help with css padding/margin

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #23046
    Ixinho
    Participant

    Hello again dear people

    could you please help me achieve reducing the height of the header a bit more so that the top empty space equals bottom empty space, i pointed the screenshot with red color. I already have some custom css that mr Phoenix gave me so i guess only one rule should be changed in order to achieve this. I tried to do it myself and i did it with changing padding but then dropdown menus were having top margin . .

    http://ixinho.admins.rs

    user: ixinho
    pass: delija

    #23056
    Veena
    Moderator

    Pls use the below custom CSS –

    #primary-menu > ul.menu > li > a {
        line-height: 50px;
    }
    .dropdown-menu-wrap > ul.menu > li > ul.sub-menu {
        top: 50px;
    }
    
    #23068
    Ixinho
    Participant

    It didn’t work as it should, but i managed to do it other way somehow myself, thanks for the help !: )

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Help with css padding/margin’ is closed to new replies.