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?
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
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:
Cheers,
Paul
Awesome, thanks! I'd been looking in functions, not the js.