Ben helped me configure a right sidebar using a child theme so I could use 2 sidebars on that site. To be fair, he make it clear that customizations could be iffy. I have one question relating to customizing things a bit, but the other is related to quirky behavior.
First, the site is HERE.
I’m trying to add a vertical divider line that runs the full length of the content area using code similar to what I use for the standard left sidebar, but the divider only extends as far as this “artificial” right sidebar. Here’s the CSS I’m using:
@media (min-width: 992px){
#content #ktsidebar-second {
border-left: 2px solid #e8e8e8;
}
}
Not sure if there’s anything we can do about that given the nature of the best.
The 2nd problem, however, can be seen if you visit the Membership page HERE.
In situations where the page content is shorter than this right sidebar, the sidebar goes busting through the footer and the bottom of the page. I’m hoping we can do something about that other than padding out the content.
Thanks for any help!