XF 1.2 Navbar overflow dropped down.

Liam W

in memoriam 1998-2020
See attached pictures.

Any ideas?
 

Attachments

  • Screenshot_2013-08-28-22-09-57.webp
    Screenshot_2013-08-28-22-09-57.webp
    31 KB · Views: 27
  • Screenshot_2013-08-28-22-10-01.webp
    Screenshot_2013-08-28-22-10-01.webp
    31.9 KB · Views: 23
Fixed it. It was the float: left; css rule that was the issue.

Added:

Code:
.navTabs .publicTabs {
    float: none;
}

to Extra.css and it fixed it :)

Liam
 
Top Bottom