I have a problem in my website, since different sections have different max widths depending on the screen size, so nothing is really aligned on the desktop versions (the mobile and tablet versions seem to work correctly though).
Ideally, this is how it should look like on every desktop version:
Ideally, everything should be aligned on the left to where the logo ends, and on the right where the cart ends, just like in the first image, independently of the screen size.
I’ve been trying to fix this for a couple of days but all I get is more problems, so I would really appreciate if an expert could help me out on this.
Hi! Thanks for your answer! Yes, I know that the sections have different max widths, but is there any code that would adjust the max width automatically on every type of desktop screen, so that it is consistent? On mobile it seems to work
Makes sense! But how can I know the width of the header, so that I can apply it to the rest of the sections? Also, should I apply it in custom css on each section within the theme editor or should I go to the code page and apply it to everything in theme.css? Sorry if it sounds basic, is just that coding is not my area at all