close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

vertical menu big space in between

Thread began 12/06/2017 10:26 am by alexcubs413730 | Last modified 12/08/2017 6:02 pm by Ray Borduin | 717 views | 6 replies |

alexcubs413730

vertical menu big space in between

I have big gaps in between each drop-down menu.

Sign in to reply to this post

Ray BorduinWebAssist

If you send me a url to view the page I can tell you the CSS to update in order to remove it.

Sign in to reply to this post
Did this help? Tips are appreciated...

alexcubs413730

Originally Said By: Ray Borduin
  If you send me a url to view the page I can tell you the CSS to update in order to remove it.  



Ok, Please check your PM.

Sign in to reply to this post

Ray BorduinWebAssist

It looks like an issue with chrome and how it displays list items. If you update menu.css and add:
display:block;

to the class:
#cssmw li

That should correct the problem.

Sign in to reply to this post
Did this help? Tips are appreciated...

alexcubs413730

Ok, this is what I found. Where do I add this code?

webroot / CSSMenuWriter / cssmw / menu.css

ul#cssmw {
cursor: default;
list-style-type: none;
margin: 0 0 0 0;
padding: 0 0 0 0;
}
ul#cssmw ul {
cursor: default;
list-style-type: none;
margin: 0 0 0 0;
padding: 0 0 0 0;
}
ul#cssmw ul li {
background-image: none;
float: none;
}
ul#cssmw li {
background-image: none;
float: left;
padding: 0 0 0 0;
position: relative;
white-space: nowrap;
z-index: 100;

}
ul#cssmw li ul {
display: none;
top: 0;
}
ul#cssmw li:hover > ul {
display: block;
position: absolute;
}

ul#cssmw li.hover > ul {
display: block;
position: absolute;
}

ul#cssmw li.current > ul {
position: absolute;
}
ul#cssmw > li {
background-image: none;
}
ul#cssmw > li > a {
background-color: #dadada;
background-image: none;
color: #713b8f;
display: block;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-style: normal;
line-height: 41px;
margin: 0 0 0 0;
padding: 0px 0px 0px 0px;
text-align: center;
text-decoration: none;
width: 152px;

}
ul#cssmw > li > a:active {
background-color: #3d3d3d;
color: #fff;
text-decoration: none;
}
ul#cssmw > li:hover > a {
background-color: #bababa;
color: #000;
text-decoration: none;
}

ul#cssmw > li.hover > a {
background-color: #bababa;
color: #000;
text-decoration: none;
}

ul#cssmw > li.current > a.current {
background-color: #3d3d3d;
color: #fff;
text-decoration: none;
}

Sign in to reply to this post

Ray BorduinWebAssist

Update this:

#cssmw li {
float: left;
overflow: hidden;
}

to this:

#cssmw li {
float: left;
overflow: hidden;
display:block;
}

You can update it in the file:
/webassist/plugins/main_menu/menu.css

Sign in to reply to this post
Did this help? Tips are appreciated...

alexcubs413730

Thank You, Ray, Problem is fix.

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...