Search code examples
cssfirefoxhtmlalignment

Firefox compatibility issues with aligning


how can i align the navigation text back on to the bar

This is what it should look like (and does in safari and google chrome)

enter image description here

this is what it looks like in firefox

enter image description here


Solution

  • Hey now define in your css #nav ul margin

    As like this

        #nav ul {
            margin: 0;
    margin-left:5px;
        }