Hello there,
testing your site I cannot see issues… here a link. Can you please record a similar video with the issues? I used Loom chrome extension to record it.
https://www.loom.com/share/ba36e20b42b441ffba3562c9122de18a
Thread Starter
aaapos
(@aaapos)
Hi Francesco,
We updated the theme which fixed that problem, but now the menu is on the far right side. Is there a way to move it back closer to the logo?
Thanks
Hi again,
please add the following additional CSS to your site to restore the old menu positioning:
@media (min-width: 992px) {
.left_logo_navigation_inline #primary-menu {
text-align: initial;
}
}
This will work