Hi,
is it possible to add some space to the left side of the first/left column of the submenu so that the menu items are a little bit more centered? The image in the second column should not be touched of the code.
Kind regards
Hey Steffen,
Just add this quick CSS at Enfold Theme Options > General Styling > Quick CSS
.sub-menu .menu-item {
padding-left: 54px;
}
Best regards,
John Torvik