Jehimy  Flores
Jehimy Flores
KPCKevin Powell - Community
Created by rik on 8/25/2024 in #front-end
What's causing the different sizing of my left panel on two different pages?
Great! I'm so happy to have been helpful.
6 replies
KPCKevin Powell - Community
Created by rik on 8/25/2024 in #front-end
What's causing the different sizing of my left panel on two different pages?
Hi! I guess that's happening because you haven't set a width for the columns so they shrink on the about page because there's more content. I've managed to make the left panel to keep the same width on both pages by adding the following line of code on the .pagecontainer; modify it as needed since those values are just an example: grid-template-columns: 280px repeat(4, 1fr); Let us know if that's enough or if you want to look for another way.
6 replies