Reply to thread

It seems that you are not using Bootstrap (I assume you are still using it) properly. Otherwise, these issues that @LocalDemon mentioned probably wouldn't be happening. I suspect you are using custom boxes and/or custom paddings. Try to avoid that if you're using a CSS framework like Bootstrap. For element alignment, use Bootstrap's flex box classes and as I mentioned earlier, try to avoid custom spacing or margins. Everything you need and should use comes with bootstrap, they have a wide varity of classes to use and for this project it should be enough.


Good luck with your project and have fun!


Top