Submenu does not align with black border

May 2014 WordPress Theme
GK User
Fri Feb 27, 2015 12:16 pm
Hi,
my submenu had a overlap which I fixed with custom CSS, but should there be a 9px overlap of the black border and white background of the submenu (see attachment)?

I had to add this code:
#main-menu .sub-menu {
margin-top: 9px;
}

/linus
User avatar
Senior Boarder

GK User
Fri Feb 27, 2015 7:35 pm
Could you please provide me with a URL to your website, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it?
User avatar
Moderator

GK User
Mon Mar 02, 2015 5:04 pm
Try to add this css:
Code: Select all
#main-menu > li {
height: 73px;
}
User avatar
Moderator


cron