Home › Forums › Support › Problems with customizer This topic has 5 replies, 2 voices, and was last updated 4 years ago by Tom. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts March 4, 2019 at 5:26 am #828209 Hans I try to create a mokup and get troubles befroe really starting. 1. I want to change the size of the container. The video shows the result: Change container size 2. I want to use masonry. The video shows the result. Use masonry What could be the reason of the problem??? I use WordPress 5.1. GeneratePress 2.2.2GP Premium 1.7.8 March 4, 2019 at 9:41 am #828581 TomLead Developer Lead Developer Hey Hans, Can you see if removing this CSS you have added resolves those issues?: @media (min-width: 1024px) { body { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; min-height: 100vh; } } Let me know ๐ Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development March 4, 2019 at 10:53 am #828689 Hans Hi Tom, this fixes the problem.But now the footer is not on the bottom of the page. This is why I used this CSS. Is there a solution for both problems??? Thanks March 4, 2019 at 4:46 pm #828884 TomLead Developer Lead Developer Try this instead: @media (min-width: 1024px) { #page { min-height: calc(100vh - 397.5px); } } 397.5px is the combined height of your header, navigation and footer. Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development March 5, 2019 at 3:18 am #829226 Hans Great, this solves both issues! March 5, 2019 at 8:02 am #829592 TomLead Developer Lead Developer Awesome, glad I could help ๐ Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In