Hi there,
Please go to the Dashboard > Appearance > Customize > Additional CSS setting then add this CSS code:
.home #secondary {
width: 100%;
}
Thanks!
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!
Hi there,
Please send this issue to our support mail support@accesspressthemes.com, Our tech. support team will fix your issue.
Thanks.
For future users, the css I used that fixed this issue is as follows:
aside#secondary {
width: 100% !important;
}