Menu Appearing Small Only on One Page?

The menu on the site appears regular sized except for this page and the settings are consistent with the other pages so I’m not sure the issue: Contact – FUBUW

Hey @Qthephotog

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above </ body> tag
<style>
span.menu-list__link-title {
    font-size: var(--menu-top-level-font-size-desktop) !important;
}
</style>

RESULT:


Hope that helps! If it did, a Like and Marking it as Solution goes a long way and helps others find the fix faster too.

Best,
Moeed

That fixed it! Thank you so much

Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.