I can not see homepage navigation menu in mobile view

Hi there, I have to scroll to the right in my mobile when I see my homepage of my website (https://xoriopalio.github.io/). All the other pages are ok.
Any help?
Thanks in advance.

Some elements are overflowing on x-axis hence this increased width.
You need to set overflow-x:auto; for these elements.
Two elements you can set overflow-x:auto; which will fix the issue for now are:

  • .highlight
  • .post-entry
1 Like

Thanks a lot and a happy new year.

1 Like

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