XF 2.1 SOLVED: new right and left gaps on main navigation menu

djbaxter

in memoriam 1947-2022
Licensed customer
I was making some minor changes to a forum.

Subsequently, gaps appeared to the left and the right of the main navigation menu:

gaps in main nav bar.png

I'm not sure what changed to cause this or how to fix it.

Suggestions?
 
What I typically do when I'm making changes is to document them.

Then I can easily revert them in the event of unexpected consequences,.
 
Good idea in hindsight but that won't help me now. I was doing a series of minor tweaks - usually I only do one or two at a time so it's easy to revert them if something looks odd.

Any thoughts about what might add those gaps?
 
Good thought but there is no history for any of the nav templates. I haven't edited anything there except public navigation in eyup.
 
Right click > Inspect where the unwanted spacing is and see if there is any extra padding or margin being applied with CSS. If so copy the selectors and change the value to zero. Best guess from a screenshot.
 
Back
Top Bottom