Tagged: archive pages, category pages
How can I remove the sidebar on Category/Archive pages? Is there a way to do that through Quick CSS?
Hey mitcsoftware,
Please add the following to quick css:
.archive aside.sidebar{
display:none!important;
}
Best regards,
Jordan Shannon
Thanks! Can I change it to a full layout so that there’s not empty space where the sidebar used to be?
Hi,
Add this as well:
.container .av-content-small.units{
width:100%!important;
border-right:none!important;
}
Best regards,
Jordan Shannon
Excellent! Thank you so much!
Hi,
No problem. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon