Pancake navigation inconsistencies

I have an album slide show on the home page. When I click on the pancake for navigation, (on phone or reduced window on computer), the list shows partway under the masthead and the right side of the slide show image is lit up. If I go to galleries or other pages and click the pancake, the list is off to the right of the right side of the masthead. All pages use the same template. There must be a padding adjustment or something somewhere to move the pancake links list more to the right for the home page. Or something on the slideshow template? Can’t seem to find the solution.
Thanks.

I don’t know that it will make a difference, but you’re using some deprecated html.
Instead of:

<div align=center>
Click on the Galleries link above to view photos of the Pacific Northwest. 

	</div>

try this:

<p style="text-align:center;">
Click on the Galleries link above to view photos of the Pacific Northwest. 
</p>

Absolutely did make a difference.
Oh, that darn deprecation!
Thanks, Rod.
jim

:grinning: