Needs review
Project:
Multiflex37
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Feb 2007 at 22:05 UTC
Updated:
3 May 2007 at 20:51 UTC
The top right hand corner navigation spills (overlaps) over the page wrap. once I have more than 3 navigation tabs.
I have attached ascreenshot. I havent touched any css at all
Any help please
thank you
| Comment | File | Size | Author |
|---|---|---|---|
| bugreport.JPG | 11.82 KB | droople |
Comments
Comment #1
Compactman commentedOpen the multiflex37/css/layout4_text.css
and lower the margin left pixels to suit your needs.
Comment #2
scooper@drupal.org commentedI had the same issue. The place to modify the css is style.css.
Change the left margin here as needed:
.nav1 {
margin-left: 660px; /* was 700px */
font-weight: bold;
}