Forums

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

Home Forums CSS Menu Image, remove border, HELP ASAP Reply To: Menu Image, remove border, HELP ASAP

#282558
Shikkediel
Participant

On the image you embedded it seems that you have copied the style that I posted:

.nav-menu li a {
 padding: 15px 20px;
}

This was only pointing out the style that was already being applied however. Try lowering the first value for the issue you mentioned.

Demo of what I thought to be the problem

It’s not easy to understand what you’re trying to do exactly. The subsequent approach you describe is kind of hard to follow without a live example.