Menu width

srengeval / 2013-08-10 20:16:24   

Hello,

I want to modify the menu width, I've searched the forum and consequently tried to change the #index and #exhibit parameters.

But it is still limited to 215 px, so there's an ugly scrollbar plus the logo is cut.

What I edited is here, in Style.css :

#all { width: 905px; text-align: left; margin: 0 auto; }
#index { width: 305px; text-align: left; }
#exhibit { width: 305px; text-align: left; }

and URL here
stephanerengeval.com/

Where did I go wrong ?

arsondpi / 2013-08-10 21:40:23   

I still see

  1. #index { width: 215px; background: #fff; /* line-height: 1.3em; */ }
  2. #exhibit { margin: 0 0 0 215px; }

in your style.css
And I'm not sure what #all is...

srengeval / 2013-08-11 05:58:07   

I found out, I was editing the wrong file! what a fool.
Now my problem is that thumbnails are shortened on the left, that's another story!
Thanks for your help.

srengeval / 2013-08-11 06:00:30   

now everything OK..

This thread has been closed, thank you.