jeffahart wrote:I was wondering if I could reduce the line spacing in my sub category links in the menu dropdown. I want to fit more links! If anyone could direct me to code block in the correct file and setting I could adjust, I would much appreciate.
Thanks,
jeff
The Fashion theme in usage.
www.BJBarns.com
Hi Jeff,
We replied with an answer to your email with the following instructions:
You should edit the Plugins/SevenSpikes.Nop.Plugins.MegaMenu/Themes/Fashion/Content/MegaMenu.css file as shown below:
.mega-menu .row .box li a {
padding: 0 0 0 10px;
font-size: 12px;
}
The line in bold shows the changed style with reduced padding on top and bottom. You can clear your browser’s cache before reloading the page to see the change.
Please do not duplicate post and mails. There is no need to send emails if you have posted in our forum and vice verse.
Thanks!