Created attachment 510 [details] move-burger-icon Please move the burger icon to the left hand side. It should be left aligned at all viewports. Same with the donate button (missing atm) but right aligned. See attachment.
Can you please clarify? Left aligned to what? In the Zeplin files it looks left align to the icons and text. At the moment I don't understand to what it has to be aligned. Sorry.
You are absolutely right. This was not clear communicated. The whole page is affected. So it's a general misunderstanding and I'll try to explain what I expected. I took the default Bootstrap grid as reference > http://v4-alpha.getbootstrap.com/layout/grid/ I noticed it recently right now that Bootstrap use for all viewports but XS a adaptive layout. I would like to have a max-width of 1200px (XL) and every thing below 1200px is completely fluid. If you resize your browser and compare e.g. https://colorlib.com/polygon/gentelella/index.html (fluid layout) and http://v4-alpha.getbootstrap.com/layout/grid/ (adaptive layout) you should see the difference. I would like to go with a fluid layout like https://colorlib.com/polygon/gentelella/index.html. But with a max-width of 1200px. It doesn't make sense for me to stretch a website to 2560px and more ;) For the WUI I'm not sure now. But that's another topic for later. Let me know if everything is clear now.
so we have only a max-width of 1200px and till than the width is always 100%?
Yes, as discussed separately :)
added width 100% and max-width: 1200px.
As expected. Cool, thanks Sven!