I added a border to the right side of the content area on my website. The length of the border is dependent on the content of the page. Without it, the appearance is somewhat unbalanced.
This is the site: https://piell.org/wordpress
On pages with little content, the border looks odd because it doesn’t stretch to the bottom of the page.
With the wrapping area set to full browser height, the container is maximized between the bottom of the menu and the top of the footer.
I think, in order to do this, I need the container-inside maximized to the height of the container and content maximized to the height of the container-inside.
Is this possible?
Thank you.