Hi guys, hoping someone can assist me. It’s most likely a CSS styling option but maybe there is another way to do it.
What I’m trying to do:
I have a left navigation bar on my Main form. I then fill the content panel with other forms as I click on relevant links. How do I get the nav bar color to go all the way down and fill the page? The links are placed in a column panel in the nav bar and then I set the color of the column panel background to something non-white. The remainder of the left nav bar remains white.
What I’ve tried and what’s not working:
I’ve added a spacer to the bottom of the nav bar to try and fill it, but depending on screen size, it doesn’t go all the way to the bottom of the screen
So you are colouring the ColumnPanel?
What about just changing the colours in the appearance / theme setting?
The colouring on the standard template should extend to the bottom. Just leave the ColumnPanel with no background
Correct, currently i’m just setting the background color of the column panel to the primary app color.
Is it not possible to set the left nav bar color all the way to the bottom? So not color the column panel, but rather change the entire nav bar holder color. I’m going through the theme.css now to see if it’s possible but haven’t solved it yet.
Go to your theme.css file and search for this spot in the file. Add the line background-color: rgba(23,55,94,1); to the bottom of that section. Set the color to the rgba color that you want.