Hi, I have used the zeropoint theme for years, but on the newest release that uses yahoo to host things... I cant find anywhere where I can adjust the left sidebar width. It is way too wide, I want it to remain tight against my menu. Where can I adjust the left sidebar width to make it much, much narrower?

Comments

AntiNSA created an issue. See original summary.

Florian’s picture

The theme uses a responsive design and the sidebars are responsive as well. Still, you can adjust the left sidebar to be narrow, instead of normal, form theme's settings, pure grid settings, First (left) sidebar width.

You can also make the left sidebar to have a centered fixed width by writing the following lines to _custom/custom-style.css:

#sidebar-left {
  width: 14em;
  margin: 0 auto;
}

I will ad "narrower" setting in the next release.

AntiNSA’s picture

Thanks! Narrower would be great. Now I seem to have the problem that the menu is like an inch from the left side of the screen. Any idea how to have 0 borders on the side? Thanks for your great theme. Have used it for years

AntiNSA’s picture

If I remove Auto from the border, then the main content body has a huge boarder/gap between it and the menu..

Florian’s picture

Priority: Critical » Minor
Status: Active » Closed (works as designed)