Header adjustment on mobile

I am not sure what I have done, but:

  • my logo has become very small (it looks fine on regular web version but gets very small on mobile version)
  • the login/my account icon is now in the menu

Any ideas what I can do to fix it?


Hi,

  1. Yes, the account link is not part of the menu (this also adds a drop-down menu so users can access the account sub-pages from any pages without an extra click). If you want to use the old menu link this requires customizations but we’ll publish a code snippet for this, for those who want to keep the old link and don’t need the menu.

  2. Please try this CSS snippet to require a minimum logo width:

.site-logo img {min-width:123px}

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.