Reply To: background picture in menu

Home Forums Support background picture in menu Reply To: background picture in menu

Home Forums Support background picture in menu Reply To: background picture in menu

#179926
Tom
Lead Developer
Lead Developer

Hmm, I suppose you could set the width of your menu items to the width of the image, but I can’t promise it will be mobile responsive:

.main-navigation .main-nav > ul > li > a {
    width: 100px;
}