• HEllo guys i am new to wordpress and coding
    I installed kimili flash embeded and put flash file to header
    Flash header works,but there are 2 headers..
    Soo when i remove header image to show just my flash header
    it colapse navigation menu and navigation menu is under header and it look’s very very ugly how to fix it ??
    Please i need help

    Here is my site : https://www.najlepsesrpskereci.org.rs

Viewing 1 replies (of 1 total)
  • Read the comments, but you need to adjust your css styles.

    #branding {
     margin-top:20px; // ADD THIS
    }
    
    #access .menu-header, div.menu {
        font-size: 13px;
        margin-left: 12px;
        overflow: hidden; // ADD THIS
        width: 928px;
    }
    #access .menu-header, div.menu, #colophon, #branding, #main, #wrapper {
        margin: 20px auto; // REMOVE 20px FROM THIS LINE AND SET TO 0
        width: 940px;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Navigation menu problem’ is closed to new replies.