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

CommentFileSizeAuthor
bugreport.JPG11.82 KBdroople

Comments

Compactman’s picture

Status: Active » Needs review

Open the multiflex37/css/layout4_text.css

and lower the margin left pixels to suit your needs.

.nav1 (line 50)

{

width: 350px;

position: absolute;

z-index: 3;

margin-top: 45px;

margin-right: 0pt;

margin-bottom: 0pt;

margin-left: 550px;

}
scooper@drupal.org’s picture

I 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;
}