Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Mysterious extra margin on bottom of tertiary mobile menu items. Reply To: Mysterious extra margin on bottom of tertiary mobile menu items.

#234886
mhodges44
Participant

After playing with it for a little bit, I think I have at least narrowed it down a little bit. It seems to only happen on the last tertiary menu item of each section, and only if that menu item is expandable. All others are fine. I was playing with the box-sizing attribute in the inspector, and toggling that off/on seemed to get rid of that margin, but I couldn’t find anything concrete. Hopefully this points you in the right direction.

Edit
Box sizing has nothing to do with it. Toggling just about any attribute in the inspector fixes the issue until the next time you toggle the tertiary menu. sorry =\

Amongst my playing, I also noticed that your arrows on the slideshow widget on the desktop mode overlaps your entire header section when it is scrolled down the page. That’s a simple z-index issue, just make sure the z-index of your navbar is higher than that of the arrows for the slideshow widget (which are 9999, by the way)