The width of the layout of the #main div is too small in the fluid layout with no sidebars. The reason why is a typo on line 113.

.no-sidebar #main {

should be

.no-sidebars #main {

Comments

paul555’s picture

Version: 6.x-3.9 » 6.x-3.11

I have the same issue in version 6.x-3.11