uneducatedguy
uneducatedguy

Reputation: 1361

Unwanted Horizontal Scrolling space at end of <ul> <li>

I can't manage to get rid of this unwanted horizontal scrolling space at the end of my unordered.. list I've followed a few tutorials yielding no results. Any idea's what could be wrong?

a busy cat
(source: goawaymom.com)

Click on image to go to View the problem

Thanks in advance if anyone knows what's wrong!

Upvotes: 4

Views: 386

Answers (1)

Thousand
Thousand

Reputation: 6638

.megamenu > li {
    -moz-transition: background-color 0.4s ease-out 0s;
    border: medium none;
    display: inline;
    float: left;
    margin: 0;
    padding: 0 0 0 13px;
}

im not sure if this is your question/problem.. but i changed the padding to 13px instead of 68. fixed it for me

Upvotes: 4

Related Questions