Hello,
I am looking achieve a super slim sidebar.
Summary
I am looking to achieve a sidebar similar to this
https://saffronavenue.com/blog/design-shop/how-to-easily-set-and-achieve-your-goals-with-an-organized-printable-goal-planner/
My current website page for reference: http://www.hirehenri.com/uncategorized/3-0-e-commerce-checklist/
Here is the code I have added to CSS, I would like to sidebar text to be very slim, similar to the reference link.
.x-main {
width: 60%;
}
.x-sidebar {
width: 10%;
}
The problem I am having is making the content area larger without overlapping the grey area. When I edit the .x-main { width: 60%;}, it changes the width but overlaps the grey. I would like to keep with width to 60 and have the width of the grey background minimize to 12 or 15%.