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
Hello,
Please, try to use the following Custom CSS Code too.
Thanks
Perfect, that worked. thanks ?