By wvnieuwe on
Hallo,
Who can help ?
I installed a few modules which makes each an extra tab in my user account, f.i. View, Apply for role, Edit, User content, User permission, Contact, Track page visits en locked documents. Later probably there will be some more ?
I tried different themes, but always the tabs are in order next to the other in one line. So with all these tabs (already 8) becoms a lot wider then the page itself. Is there a way to have the tabs lay-out on 2 lines if necessary. How ?
Greatings,
Willy VN
Comments
Overriding the white-space property
The system.css file contains CSS to allow pages to display multiple tabs that spill over an absolute width without having to go to another line using the white-space property. Go into your system.css file, find the line under
ul.primarythat reads:Change this to:
You can also alternatively declare this in your style.css, which takes precedence over system.css settings.
___________________
Preston So
Web/Print Designer
Monarch Digital, Colorado Springs
My near-dead non-Drupal site
___________________
Preston So
the white-space property
It worked.
The system.css is in the system module. It worked after upgrading.
I love CSS. Thank you.
Willy VN