Close

Line spacing on category submenu links

jeffahart
10 years ago
#3633 Quote
Avatar
  • 11
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
Support
10 years ago
#3634 Quote
Avatar
  • Moderator
  • 1044
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!
jeffahart
10 years ago
#3637 Quote
Avatar
  • 11
Thanks I changed to 3px anything less than 2px is too tight.

Sorry about the e-mail and post.  After I sent the e-mail, I realized I should be posting here for all to benefit.

Much Thanks,
jeff