I have a question about some layout problems that I’m having since I installed commerce 2.x on my school project website. I’m using Drupal 8 for this.
You can see that one of the dots between each menu item are gone and another dot is slightly misplaced. Is there a way to restore this or remove all the dots maybe? The domain of my website is designmuseum.vansompel.be
I have been changing some of the css in the most upper sidebar to get the cart block next to the user account menu. Even when I revert these changes, the problem on the main navigation seems to remain. Could it be that my website is doing some automatic layout tweaks because of the new cart block? For example there is also a 10px padding above the cart block that I didn’t specify myself and can’t seem to find it in the code also.
.header-top-highlighted__section .block + .block { padding: 10px 0 0 0; }
I’m still pretty nooby at theming so if someone could point me in the right direction, that would be great! Thanks!