Home › Forums › CSS › Menu Image, remove border, HELP ASAP › Reply To: Menu Image, remove border, HELP ASAP
February 9, 2019 at 11:18 am
#282558
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.