This topic has 2 replies, 2 voices, and was last updated 6 years, 7 months ago ago by Rose Tyler
How can I remove the empty link space between the last link in the menu and the insertion of the Newsletter link see link to screen shot in private info.
Hello,
Please add this code in Theme Options > Styling > Custom css:
.mobile-menu-wrapper .links {
margin-top: 0px;
}
.mobile-menu-wrapper .menu {
margin-bottom: 0px;
}
.mobile-menu-wrapper .menu > li:last-child {
border-bottom: none;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up