I'm working part time on a website for a small nonprofit, and I'm having trouble getting a few divs/elements to be aligned for the various screen sizes.
I'm using media queries and padding to center things by eye, but thats making it impossible to have it work as the window resizes. I guess I realise that using percentage padding to center the elements isnt the right way to go, but I'm at a loss as to the proper practise.
Here is a screenshot of the elements in question:
And here is the site.
I won't all of the elements in the image to stack on top of each other in the centre of the header, but only at smaller sizes, but I can't really figure the CSS out. Could anyone point me in the right direction?
Thanks