CSS Problem?

by 2 replies
3
I'm building a simple membership site for a friend here:

Fitness Revolutions -

For some reason the login box, top right, is skewed to the right and doesn't fit in the side bar properly. Is this a CSS issue?

How can I fix it?
#website design #css #problem
  • Try adding this to the end of your style.css


    #wlmember_loginwidget form{
    padding: 0px;
    }
    • [ 1 ] Thanks
    • [1] reply

Next Topics on Trending Feed