Submenu width and alignment

Hi there,

You can see my temp website in progress here:

www.coaster.photos


I have used the following CSS to increase the width of the submenu.

.submenu ul li{
  width: 250px!important;
}

While this has helped make the submenu wider, if you go down to the next submenu it opens at the original 200px location, and therefore overlaps the parent by 50px.

Can you please provide me with the CSS to fix this alignment problem?


Thanks

Comments

Sign In or Register to comment.