Adjusting Dropdowns in Marquee Template - Squarespace Answers


https://answers.squarespace.com/questions/23511/adjusting-dropdowns-in-marquee-template

Adjusting Dropdowns in Marquee Template

I am having a hard time deciphering the CSS for the Marquee template and specifically how to adjust the size and placement of the dropdowns. I would like to decrease the padding within the dropdown list itself and possibly move it closer to the main navigation item. Has anyone had success with that? folders dropdown css marquee Asked Sep 27 '13 at 15:08 by tanialallen 51●5 2 1 2 Answers:OLDESTNEWESTMOST VOTED To answer the first question:

I would like to decrease the padding within the dropdown list itself… I was able to adjust the padding around the items within the drop down menu using the following code:

desktopNav .folder .folder-child-wrapper ul.folder-child li a { padding: [size]px; }

I adjusted [size] to 1px and it tightened it up nicely.

To answer the second question:

…move it closer to the main navigation item. You can adjust the top padding between the navigation menu and the drop down items by adding the following to your CSS in the style editor:

desktopNav .folder .folder-child-wrapper { padding-top: [size]px; }

Answered Sep 28 '13 at 00:56 by dotZak 99●2 link 2 Thank you! Answered Jan 10 at 12:15 by tanialallen 51●5 link