I trying to create a left sidebar on my home page.
I do not specify anything with respect to sidebars at the Theme Meta Options level.
I just added this custom CSS (color is to demo the problem)
.home-page .sidebar {
width: 240px !important;
background: yellow;
}
And in my Home Page, I added (in Meta Options) a Left Sidebar
Here are the problems:
1) the sidebar spills over into the header / menu bar
2) the sidebar background is too wide: I want it 240px only (which is the yellow area). so i want to resize this overall sidebar dimensions to conform to this (in a responsive way, of course). basically i want to get rid of all this white space
3) why is there now suddenly white space to right of my page when i insert a left sidebar?
I am attaching a pic to show you what this looks like, but have eliminated the sidebar from the live site because it looks awful.
How to I fix this?
Thanks.
Attachments:
You must be
logged in to view attached files.