Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS How can I make this "responsive"? Reply To: How can I make this "responsive"?

#203526
Paulie_D
Member

You need to start by validating your code.

You seem to be missing some value px statements

.Menu ul {
    list-style:none;
    float:right;
    margin-top:45px;
    margin-right:295; /* here */
    margin-left:295; /* and here */
}

…but other than that it’s hard to understand what the actual issue is.