Left Menu sizing

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 years ago
Hi everyone

This is probably really simple to achieve, but I have not been able to come right: the left menu (categories, information block, etc) is a little too wide, and has a bit too much whitespace to the right of the menu. How would I reduce the size by say, 20px?

I've tried changing various items in styles.css under the nopClassic theme directory, but I can't see any visible difference.

Any ideas?

Cheers

A

Edit: Ahh shoot, wrong forum, mods could you please move this to General?
13 years ago
hi, in your chosen stylesheet,  look for


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

  MASTER PAGE WRAPPERS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

specifically

/* two column master page */
.master-wrapper-side
{
  float: left;
  width: 180px;
  margin: 0 0 0 10px;

  font-family: arial, helvetica, sans-serif;
  display: inline;
}

note: the 10px   refers to the left margin :)

- hayden


you may have to to edit some of the other wrappers to take up the space you create
13 years ago
Thanks! I was looking in styles.css instead of styles1.css.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.