Hello I wanted to find out how to remove the sidebar widget from just the homepage. I tried using the following:
}.single-course .x-main.left {
width: 100% !important;
}
.single-course aside.x-sidebar.right {
display: none !important;
}
That only moved the widget to the bottom of the homepage. I also have a lot of spacing between the html code and the text. How do I remove some of this space?
the site is LegendaryStrength.com






