Forums

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

Home Forums CSS Changing wordpress access from dropdown to dropline menu Re: Changing wordpress access from dropdown to dropline menu

#116266
Watson90
Member

In addition, you seem to have a weird problem when hovering over the last item in your hover menu. I think it’s because you have set a width of 100%, so replace it with this and it looks a lot neater.

#access ul ul a {
display: inline;
float: left;
background: #BE0F16;
color: white;
}