Okay
  Public Ticket #373755
Change # of items in menu columns
Closed

Comments

  • Amanda started the conversation

    Hey there. I'd imagine this is a quick fix, but I can't find in the code where to specify it. I'd like to be able to change the number of menu items in each column in the main header menu. Right now it defaults to 3. I'd like it to just be 2. Where/how do I do this?

    Thanks,
    Amanda

  •  291
    Paul replied

    Hi Amanda!

    Yes, you can change that in "/js/fineliner.js" file. Just look for this line of code and you can edit from "3" to be "2" here:

    if (itemCounter == 3 || index == menuItemCount - 1) {

    Cheers,
    Paul

  • Amanda replied

    Awesome, thanks! I'd been looking in functions, not the js.