For future users, the css I used that fixed this issue is as follows:
aside#secondary {
width: 100% !important;
}
Hi sarojaccess,
Thanks for your help!
I have implemented the CSS you have me, but I found when width: 100% the sidebar was just showing up below the page. I have edited the CSS you provided and am now using
.home #secondary {
width: 50%;
}
however, the sidebar is still showing up below the page content and not beside it like a true sidebar. Do you have any further advice?
Thanks!